shell.req.files: include #!/usr/bin/env sh
This commit is contained in:
parent
67ec541700
commit
c8d9060245
@ -7,6 +7,9 @@ while IFS=$'\t' read -r f t; do
|
||||
#!/bin/bash
|
||||
*'Bourne-Again shell script text'*)
|
||||
echo "$f" ;;
|
||||
#!/usr/bin/env sh
|
||||
*' sh script text'*)
|
||||
echo "$f" ;;
|
||||
#!/usr/bin/env bash
|
||||
*' bash script text'*)
|
||||
echo "$f" ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user