Commit 11acbbbb authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Make scripts/compile.h when sh != bash

Contributed by Arkadiusz Miskiewicz
parent 12eb3ca5
...@@ -14,6 +14,9 @@ if [ -r $TARGET -a ! -O ../include/linux/autoconf.h ]; then ...@@ -14,6 +14,9 @@ if [ -r $TARGET -a ! -O ../include/linux/autoconf.h ]; then
exit 0 exit 0
fi fi
# Do not expand names
set -f
if [ -r ../.version ]; then if [ -r ../.version ]; then
VERSION=`cat ../.version` VERSION=`cat ../.version`
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment