shell.req.files: include #!/usr/bin/env sh

This commit is contained in:
Ivan Zakharyaschev 2017-10-17 02:52:07 +03:00 committed by Gleb Fotengauer-Malinovskiy
parent 67ec541700
commit c8d9060245

View File

@ -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" ;;