From: Ralf Wildenhues Date: Mon, 31 Jan 2005 17:21:15 +0000 (+0000) Subject: * tests/quote.test: Check for `--no-reexec' in $1 to avoid one reexec. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0170098ff9055b316bc54575427c3d7c8d8fbf6b;p=thirdparty%2Flibtool.git * tests/quote.test: Check for `--no-reexec' in $1 to avoid one reexec. --- diff --git a/ChangeLog b/ChangeLog index 6811ef4bf..7d0710bc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-01-31 Ralf Wildenhues + * 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. diff --git a/tests/quote.test b/tests/quote.test index 29fdcc4d0..50b1646d5 100755 --- a/tests/quote.test +++ b/tests/quote.test @@ -26,7 +26,7 @@ # Do the torture test. status=$EXIT_SUCCESS -case $2 in +case $1 in --no-reexec) ;; *)