]> Dogcows Code - chaz/tar/blobdiff - bootstrap
(slurp): Remove any occurrences of $bt from the generated gnulib.mk
[chaz/tar] / 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.025026 seconds and 4 git commands to generate.