summaryrefslogtreecommitdiff
path: root/ld/genscripts.sh
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-01-28 13:42:26 +0000
committerAlan Modra <amodra@gmail.com>2004-01-28 13:42:26 +0000
commit586196d51c6a6fe6861259d0d10fa85c78af5922 (patch)
tree07d2727b50ffe79af7061f3eed48703865bc0860 /ld/genscripts.sh
parent1dd3bf68768e9cbde1b69d64bdc0b8e9203e5f7d (diff)
downloadbinutils-gdb-586196d51c6a6fe6861259d0d10fa85c78af5922.tar.gz
* genscripts.sh: Fix typo.
Diffstat (limited to 'ld/genscripts.sh')
-rwxr-xr-xld/genscripts.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/genscripts.sh b/ld/genscripts.sh
index 4069d68b27d..01682036f33 100755
--- a/ld/genscripts.sh
+++ b/ld/genscripts.sh
@@ -133,11 +133,11 @@ if [ "x${LIB_PATH}" = "x" ] && [ "x${USE_LIBPATH}" = xyes ] ; then
if [ "x${use_sysroot}" != "xyes" ] ; then
case " ${libs} " in
*" ${libdir} "*) ;;
- *) libs="${libdir} ${libs}"
+ *) libs="${libdir} ${libs}" ;;
esac
case " ${libs} " in
*" ${tool_lib} "*) ;;
- *) libs="${tool_lib} ${libs}"
+ *) libs="${tool_lib} ${libs}" ;;
esac
fi