* genscripts.sh (LIB_SEARCH_DIRS): Quote path.
authorAlan Modra <amodra@gmail.com>
Thu, 21 Mar 2002 05:35:39 +0000 (05:35 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 21 Mar 2002 05:35:39 +0000 (05:35 +0000)
ld/ChangeLog
ld/genscripts.sh

index dda0b4015b4910d5d1c38fd2ef6292fb6b3dc0d2..3b1dba1d6ad3b9b91aa4f88b4ca3fae6d345f2c8 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-21  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
+
 2002-03-20  Alan Modra  <amodra@bigpond.net.au>
 
        * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
index 501a68c8b9a5b6bb53a26dfa0080be2a7f346a07..fe1fa499f5ab18a8fab02fc014df76a5973943c1 100755 (executable)
@@ -69,7 +69,7 @@ fi
 # Always search $(tooldir)/lib, aka /usr/local/TARGET/lib.
 LIB_PATH=${LIB_PATH}:${tool_lib}
 
-LIB_SEARCH_DIRS=`echo ${LIB_PATH} | tr ':' ' ' | sed -e 's/\([^ ][^ ]*\)/SEARCH_DIR(\1);/g'`
+LIB_SEARCH_DIRS=`echo ${LIB_PATH} | tr ':' ' ' | sed -e 's/\([^ ][^ ]*\)/SEARCH_DIR(\\"\1\\");/g'`
 
 # Generate 5 or 6 script files from a master script template in
 # ${srcdir}/scripttempl/${SCRIPT_NAME}.sh.  Which one of the 5 or 6
This page took 0.057666 seconds and 4 git commands to generate.