From 11acbbbb8a50f4de7dbe4bc1b5acc440dfe81810 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Sat, 27 Jul 2002 03:13:32 -0500 Subject: kbuild: Make scripts/compile.h when sh != bash Contributed by Arkadiusz Miskiewicz --- scripts/mkcompile_h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h index cd956380978a..57b032952c00 100755 --- a/scripts/mkcompile_h +++ b/scripts/mkcompile_h @@ -14,6 +14,9 @@ if [ -r $TARGET -a ! -O ../include/linux/autoconf.h ]; then exit 0 fi +# Do not expand names +set -f + if [ -r ../.version ]; then VERSION=`cat ../.version` else -- cgit v1.2.3