X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Frelocatable-maint.texi;h=c743d4ac919d092091b79ca90ad663faebb62063;hb=bffe05f44cce9d4f948bb1286097cea293a067f6;hp=62d778b1400c3f190d19e04e457a450f881ed5a6;hpb=ac19f2d70a9379c512a24dc87c9ade4a239b4d6b;p=gnulib.git diff --git a/doc/relocatable-maint.texi b/doc/relocatable-maint.texi index 62d778b14..c743d4ac9 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