diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-07 08:23:28 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-07 08:23:28 +0000 |
commit | 0a189bdfc2d125fb1ff94e9e50f8b4a932bfc9fb (patch) | |
tree | 8ff33ca7f8f5341569c4dddf2a2e4248cb7b0d15 /Build/source/texk/cjkutils/configure | |
parent | db610e01cf7c9090b186ef4fcdd2c4276146591d (diff) |
stricter sed syntax
git-svn-id: svn://tug.org/texlive/trunk@6516 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils/configure')
-rwxr-xr-x | Build/source/texk/cjkutils/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/cjkutils/configure b/Build/source/texk/cjkutils/configure index 7f1bf3dbe53..197e8824d2d 100755 --- a/Build/source/texk/cjkutils/configure +++ b/Build/source/texk/cjkutils/configure @@ -5387,7 +5387,7 @@ fi # first with our modifications and then unmodified. kpse_substs="sed -e '/@configure_input@/ { h; \ s,@configure_input@,conv/Makefile.aux. Generated from `echo conv/Makefile.in | - sed 's,.*/,,'` by configure.,; G }'" + sed 's,.*/,,'` by configure.,; G; }'" for kpse_inc in $kpse_file_substs; do kpse_read=`case $kpse_inc in [\\/$]*) # Absolute @@ -5457,7 +5457,7 @@ fi # first with our modifications and then unmodified. kpse_substs="sed -e '/@configure_input@/ { h; \ s,@configure_input@,hbf2gf/Makefile.aux. Generated from `echo hbf2gf/Makefile.in | - sed 's,.*/,,'` by configure.,; G }'" + sed 's,.*/,,'` by configure.,; G; }'" for kpse_inc in $kpse_file_substs; do kpse_read=`case $kpse_inc in [\\/$]*) # Absolute @@ -5527,7 +5527,7 @@ fi # first with our modifications and then unmodified. kpse_substs="sed -e '/@configure_input@/ { h; \ s,@configure_input@,scripts/Makefile.aux. Generated from `echo scripts/Makefile.in | - sed 's,.*/,,'` by configure.,; G }'" + sed 's,.*/,,'` by configure.,; G; }'" for kpse_inc in $kpse_file_substs; do kpse_read=`case $kpse_inc in [\\/$]*) # Absolute |