]> 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:20:47 +0000 (17:20 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 31 Jan 2005 17:20:47 +0000 (17:20 +0000)
ChangeLog
tests/quote.test

index 27765ba9635a1689bc7ab7d116d11cd740dc287e..a6c0bb25805c721c352cd36863634dd7369e5daf 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)
     ;;
   *)