+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.
# 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