From: Bruno Haible <bruno@clisp.org>
Date: Mon, 19 Mar 2007 23:29:43 +0000 (+0000)
Subject: Break long line.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89a7d67b87ccebb4ba297591909eec37e5b12350;p=pspp

Break long line.
---

diff --git a/ChangeLog b/ChangeLog
index 2c8bd84525..d68bd2e37f 100644
--- 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
diff --git a/doc/relocatable-maint.texi b/doc/relocatable-maint.texi
index 62d778b140..c743d4ac91 100644
--- a/doc/relocatable-maint.texi
+++ b/doc/relocatable-maint.texi
@@ -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