fix has_shebang_line
This commit is contained in:
parent
ce9273abfc
commit
3c5593c812
@ -8,3 +8,13 @@ has_shebang_line $tmp
|
||||
|
||||
echo '!#/usr/bin/env true' > $tmp
|
||||
has_shebang_line $tmp
|
||||
|
||||
echo > $tmp
|
||||
has_shebang_line $tmp
|
||||
|
||||
echo '
|
||||
|
||||
|
||||
|
||||
' > $tmp
|
||||
has_shebang_line $tmp
|
||||
|
Loading…
Reference in New Issue
Block a user