From 1caf52f39605d2f80af41d73440b78a701f58dcc Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 31 Jan 2010 19:48:42 +0000 Subject: Mikael: 27642: missing glob qualifier completion --- Config/installfns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config') diff --git a/Config/installfns.sh b/Config/installfns.sh index c28c8e7df..677a8fbfe 100755 --- a/Config/installfns.sh +++ b/Config/installfns.sh @@ -46,7 +46,7 @@ for file in $allfuncs; do fi test -d $instdir || /bin/sh $sdir_top/mkinstalldirs $instdir || exit 1 $INSTALL_DATA $sdir_top/$file $instdir || exit 1 - if test -x $sdir_top/$file; then + if sed -ne '1p' $sdir_top/$file | grep '^#!' >/dev/null; then chmod +x $instdir/`echo $file | sed -e 's%^.*/%%'` fi fi -- cgit 1.4.1