summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-11-04 15:49:51 +0100
committertege <tege@gmplib.org>2000-11-04 15:49:51 +0100
commitce484a58bc0114707efbe408a12b6f9770c58a9f (patch)
tree27bcf74f7688f66a2ff99a2b530987b6f28e7fc2 /config.guess
parent020c79d0055fa57863b87647493771feac785f40 (diff)
downloadgmp-ce484a58bc0114707efbe408a12b6f9770c58a9f.tar.gz
Don't pass "$@" when it is known to be empty.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index feca20628..50315b698 100755
--- a/config.guess
+++ b/config.guess
@@ -54,7 +54,7 @@ if test $# != 0; then
fi
-guess_full=`$SHELL $configfsf_guess "$@"`
+guess_full=`$SHELL $configfsf_guess`
if test $? != 0; then
exit 1
fi