summaryrefslogtreecommitdiff
path: root/doc/relocatable-maint.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-19 23:29:43 +0000
committerBruno Haible <bruno@clisp.org>2007-03-19 23:29:43 +0000
commit89a7d67b87ccebb4ba297591909eec37e5b12350 (patch)
tree57c026beb504b0e9905a87747acead801889a191 /doc/relocatable-maint.texi
parente37fe028c558a3d0a80b347b745e162f549ea295 (diff)
downloadgnulib-89a7d67b87ccebb4ba297591909eec37e5b12350.tar.gz
Break long line.
Diffstat (limited to 'doc/relocatable-maint.texi')
-rw-r--r--doc/relocatable-maint.texi6
1 files changed, 4 insertions, 2 deletions
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