* 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 dda0b40..3b1dba1 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 501a68c..fe1fa49 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