Fix shebang line
This commit is contained in:
parent
443055da3a
commit
f4fb45b114
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
if [ -r "$HOME/.profile" ]
|
||||
then
|
||||
. "$HOME/.profile"
|
||||
|
|
Loading…
Reference in a new issue