diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-10 07:27:40 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-10 07:27:40 +0000 |
commit | 278929f30ec7136188cae09be48eff792794bc28 (patch) | |
tree | b89e700b6091f917d2baaac3909bfec51c45f628 /libiberty/config.table | |
parent | 240b4fb26309863f06c218dbf1af693ea7d84958 (diff) | |
download | gcc-278929f30ec7136188cae09be48eff792794bc28.tar.gz |
* config.table: Provide a backup shell for executing move-if-change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29883 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.table')
-rw-r--r-- | libiberty/config.table | 2 |
1 files changed, 1 insertions, 1 deletions
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 |