From: Marc Espie Date: Sun, 10 Oct 1999 07:27:40 +0000 (+0000) Subject: * config.table: Provide a backup shell for executing move-if-change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd32188bd6206306941c0756b940e0827bc99958;p=gcc.git * config.table: Provide a backup shell for executing move-if-change. From-SVN: r29883 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index b0c99e317ab..e80098ea208 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 10 01:23:50 1999 Marc Espie + + * config.table: Provide a backup shell for executing move-if-change. + 1999-10-02 Mark Mitchell * xmalloc.c (xmalloc): Fix spelling error. diff --git a/libiberty/config.table b/libiberty/config.table index 814c9eb1d9b..4e33746164c 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -58,4 +58,4 @@ else fi frag=xhost-mkfrag -${CONFIG_SHELL} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag +${CONFIG_SHELL-/bin/sh} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag