diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-07-27 03:13:32 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-07-27 03:13:32 -0500 |
| commit | 11acbbbb8a50f4de7dbe4bc1b5acc440dfe81810 (patch) | |
| tree | 1dc83684b59e413c7ad823a84c1f48a5f3e19a2a | |
| parent | 12eb3ca5d9a83baa7644a781b204cf7fcc6dde98 (diff) | |
kbuild: Make scripts/compile.h when sh != bash
Contributed by Arkadiusz Miskiewicz
| -rwxr-xr-x | scripts/mkcompile_h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
