Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorMark Geisert <mark@maxrnd.com>2017-04-06 08:20:09 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-04-06 19:17:08 +0300
commitc6c7dfc493aa712b079780482d840d0e3ab66957 (patch)
tree89712d02732467f7d1acaee4f41986fe6346d3c0 /winsup
parenta9da3e4e67bdee6da15771b8f859d381bec01d28 (diff)
mkvers.sh: Remove "function" to avoid dash objecting to bash-ism.
Diffstat (limited to 'winsup')
-rwxr-xr-xwinsup/cygwin/mkvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/mkvers.sh b/winsup/cygwin/mkvers.sh
index 7e763e0f9..5aecb141b 100755
--- a/winsup/cygwin/mkvers.sh
+++ b/winsup/cygwin/mkvers.sh
@@ -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 \