]> Dogcows Code - chaz/tar/commitdiff
(slurp): Remove any occurrences of $bt from the generated gnulib.mk
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 30 Mar 2007 08:49:56 +0000 (08:49 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 30 Mar 2007 08:49:56 +0000 (08:49 +0000)
bootstrap

index c515b0173ff105810214bf9cbaf2ce905cce5423..90e9206fff7b2db45687febca3f5f2faa35a951b 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -478,7 +478,7 @@ slurp() {
       done
       if test $file = Makefile.am; then
         copied=$copied${sep}gnulib.mk; sep=$nl
-       remove_intl='/^[^#].*\/intl/s/^/#/'
+       remove_intl='/^[^#].*\/intl/s/^/#/;'"s,/$bt,,g"
         sed "$remove_intl" $1/$dir/$file | cmp -s - $dir/gnulib.mk || {
          echo "$0: Copying $1/$dir/$file to $dir/gnulib.mk ..." &&
          rm -f $dir/gnulib.mk &&
This page took 0.019129 seconds and 4 git commands to generate.