Fix the shebang.
This commit is contained in:
parent
5c493111fc
commit
4965ee1618
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/sh
|
||||
#!/bin/sh
|
||||
|
||||
if [ -d "$PWD/.git" ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue