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."
|
||||
}
|
||||
|
||||
function parse_preproc_flags() {
|
||||
parse_preproc_flags() {
|
||||
# Since we're manually specifying the preprocessor, pass the default flags
|
||||
# normally defined.
|
||||
ccflags="--preprocessor=$1 --preprocessor-arg=-E \
|
||||
|
|
Loading…
Reference in New Issue