]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: include newline in "sensible default" for IFS.
authorScott James Remnant <scott@netsplit.com>
Fri, 23 Jan 2004 06:06:13 +0000 (06:06 +0000)
committerScott James Remnant <scott@netsplit.com>
Fri, 23 Jan 2004 06:06:13 +0000 (06:06 +0000)
(Debian Bug #98492 and #95447)

ChangeLog
ltmain.in

index b6126766a2221005e4bb32e6d3dc9799e27b7fd7..dfeef73ffb777c58c5fdae032b7dce9a4186a792 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-23  Scott James Remnant  <scott@netsplit.com>
+       * ltmain.in: include newline in "sensible default" for IFS.
+       (Debian Bug #98492 and #95447)
+
 2004-01-23  Scott James Remnant  <scott@netsplit.com>
 
        * libtool.m4: allow STRIP to contain spaces and additional
index 13a66ea2b1220da2a11b61ce577552dbd0f6edbf..566ac000ed4e05f8a77356aa74fab52b1fdf1032 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -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