]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/quote.test: Check for `--no-reexec' in $1 to avoid one reexec.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 31 Jan 2005 17:21:15 +0000 (17:21 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 31 Jan 2005 17:21:15 +0000 (17:21 +0000)
ChangeLog
tests/quote.test

index 6811ef4bf05a8ba05db1958b3dffa45fd9e37e4f..7d0710bc619097a5d19334439b94609afbbc9343 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * tests/quote.test: Check for `--no-reexec' in $1 to avoid one reexec.
+
        * m4/libtool.m4 (_LT_COMPILER_C_O): _LT_TAGDECL(lt_compiler_c_o),
        not _LT_DECL, since this is tag-dependent.
 
index 29fdcc4d058f67023023546101e274491a793bda..50b1646d557fba6e03ef7d700576a15a77d9aac3 100755 (executable)
@@ -26,7 +26,7 @@
 # Do the torture test.
 status=$EXIT_SUCCESS
 
-case $2 in
+case $1 in
   --no-reexec)
     ;;
   *)