]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/quote.test: Restart under the correct shell (the one
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 28 Dec 2004 10:29:03 +0000 (10:29 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 28 Dec 2004 10:29:03 +0000 (10:29 +0000)
$ECHO was computed for).

ChangeLog
tests/quote.test

index fecd31c02bc72212ce0cc3587f651bee3761ac21..1f28c99d67f598f7e1d3fe5256282ae18be95156 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * tests/quote.test: Restart under the correct shell (the one
+       $ECHO was computed for).
+
 2004-12-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libltdl/lt__dirent.c: Include lt__private.h.
index eb5d6b5f3e03f98bac1cc19fe824432649b4daff..29fdcc4d058f67023023546101e274491a793bda 100755 (executable)
 # Do the torture test.
 status=$EXIT_SUCCESS
 
+case $2 in
+  --no-reexec)
+    ;;
+  *)
+    func_get_config "SHELL" "../libtool --config"
+    exec $SHELL "$0" --no-reexec ${1+"$@"}
+    ;;
+esac
+
 func_get_config "ECHO" "../libtool --config"
 
 for mode in compile link install; do