mkvers.sh: Remove "function" to avoid dash objecting to bash-ism.
This commit is contained in:
parent
a9da3e4e67
commit
c6c7dfc493
@ -34,7 +34,7 @@ done
|
|||||||
echo "**** Couldn't open file '$incfile'. Aborting."
|
echo "**** Couldn't open file '$incfile'. Aborting."
|
||||||
}
|
}
|
||||||
|
|
||||||
function parse_preproc_flags() {
|
parse_preproc_flags() {
|
||||||
# Since we're manually specifying the preprocessor, pass the default flags
|
# Since we're manually specifying the preprocessor, pass the default flags
|
||||||
# normally defined.
|
# normally defined.
|
||||||
ccflags="--preprocessor=$1 --preprocessor-arg=-E \
|
ccflags="--preprocessor=$1 --preprocessor-arg=-E \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user