Fix shebang line

This commit is contained in:
Anthony Rose 2022-09-16 08:46:13 +01:00
parent 443055da3a
commit f4fb45b114

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
if [ -r "$HOME/.profile" ] if [ -r "$HOME/.profile" ]
then then
. "$HOME/.profile" . "$HOME/.profile"