X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=bootstrap;h=90e9206fff7b2db45687febca3f5f2faa35a951b;hb=250db35f17d7700f4d209fd086b7dbc5b7ebe88f;hp=c515b0173ff105810214bf9cbaf2ce905cce5423;hpb=28b26242c70fc4db1c9f3e5c82ff72a876a3667d;p=chaz%2Ftar diff --git a/bootstrap b/bootstrap index c515b01..90e9206 100755 --- 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 &&