diff options
Diffstat (limited to 'autodeps/linux.req')
-rw-r--r-- | autodeps/linux.req | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autodeps/linux.req b/autodeps/linux.req index 16b568424..c251cca29 100644 --- a/autodeps/linux.req +++ b/autodeps/linux.req @@ -72,7 +72,7 @@ fi # --- Script interpreters. for f in $scriptlist; do [ -r $f -a -x $f ] || continue - interp=`head -1 $f | sed -e 's/^\#\![ ]*//' | cut -d" " -f1` + interp=`head -n 1 $f | sed -e 's/^\#\![ ]*//' | cut -d" " -f1` interplist="$interplist $interp" case $interp in */perl) perllist="$perllist $f" ;; |