libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] include newline in "sensible default" for IFS


From: Scott James Remnant
Subject: [PATCH] include newline in "sensible default" for IFS
Date: Wed, 10 Sep 2003 22:52:07 +0100

[ Patch resubmitted -- ping! :-) ]

Shell scripts (amongst other things) libtool might call could depend on
the default behaviour of values being split at newlines, which is
prevented by the current "sensible default" of IFS not containing a
newline.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?
diff -ruNp libtool-1.5~/ChangeLog libtool-1.5/ChangeLog
--- libtool-1.5~/ChangeLog      2003-04-14 23:48:00.000000000 +0100
+++ libtool-1.5/ChangeLog       2003-09-10 22:49:23.000000000 +0100
@@ -0,0 +1,5 @@
+2003-10-09  Scott James Remnant  <address@hidden>
+
+       * ltmain.in: include newline in "sensible default" for IFS.
+       (Debian Bug #98492 and #95447)
+
diff -ruNp libtool-1.5~/ltmain.in libtool-1.5/ltmain.in
--- libtool-1.5~/ltmain.in      2003-04-14 22:58:24.000000000 +0100
+++ libtool-1.5/ltmain.in       2003-09-10 22:47:59.000000000 +0100
@@ -94,7 +94,8 @@ if test "${LANG+set}" = set; then
 fi
 
 # Make sure IFS has a sensible default
-: ${IFS="      "}
+: ${IFS="      
+"}
 
 if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
   $echo "$modename: not configured to build any kind of library" 1>&2

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]