Break long line.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Mar 2007 23:29:43 +0000 (23:29 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 19 Mar 2007 23:29:43 +0000 (23:29 +0000)
ChangeLog
doc/relocatable-maint.texi

index 2c8bd845254f0cd39e9347e463d78ff3b7808b05..d68bd2e37f62c132afa32a6986422d1350565bbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-19  Bruno Haible  <bruno@clisp.org>
+
+       * doc/relocatable-maint.texi: Break long shell script line.
+       Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
+
 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
 
        Add limited support for Solaris 10 ZFS-style ACLs: just enough to
index 62d778b1400c3f190d19e04e457a450f881ed5a6..c743d4ac919d092091b79ca90ad663faebb62063 100644 (file)
@@ -102,8 +102,10 @@ if test "@@RELOCATABLE@@" = yes; then
   func_find_curr_installdir # determine curr_installdir
   func_find_prefixes
   # Relocate the directory variables that we use.
-  gettext_dir=`echo "$gettext_dir/" | sed -e 
-"s%^$@{orig_installprefix@}/%$@{curr_installprefix@}/%" | sed -e 's,/$,,'`
+  gettext_dir=`
+    echo "$gettext_dir/" \
+    | sed -e "s%^$@{orig_installprefix@}/%$@{curr_installprefix@}/%" \
+    | sed -e 's,/$,,'`
 fi
 @end example