mkvers.sh: Remove "function" to avoid dash objecting to bash-ism.

This commit is contained in:
Mark Geisert 2017-04-05 22:20:09 -07:00 committed by Corinna Vinschen
parent a9da3e4e67
commit c6c7dfc493
1 changed files with 1 additions and 1 deletions

View File

@ -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 \