summaryrefslogtreecommitdiff
path: root/build-aux/getopt.m4sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/getopt.m4sh')
-rw-r--r--build-aux/getopt.m4sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/getopt.m4sh b/build-aux/getopt.m4sh
index 568db29e..27a8352d 100644
--- a/build-aux/getopt.m4sh
+++ b/build-aux/getopt.m4sh
@@ -239,7 +239,7 @@ m4_define([m4go_shortnoargs], [-\?*|-h*])
# injecting new arguments into the command line before the
# processing loop terminates. For example:
#
-# `eval set -- `cat $rcfile` ${1+"$@"}'
+# eval set dummy `cat $rcfile` ${1+"$@"}; shift
#
# Note that, because we look inside the content of INITn to
# determine whether there are newlines to be stripped, double