Skip to content

Commit 2edb49e

Browse files
committed
removed -l from bash
1 parent 8cfbf0c commit 2edb49e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elements/elrepo/install.d/95-elrepo-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -l
1+
#!/bin/bash
22

33
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
44
set -x

elements/elrepo/pre-install.d/01-elrepo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -l
1+
#!/bin/bash
22

33
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
44
set -x

0 commit comments

Comments
 (0)