From: Sergey Poznyakoff Date: Fri, 30 Mar 2007 08:49:56 +0000 (+0000) Subject: (slurp): Remove any occurrences of $bt from the generated gnulib.mk X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=bb6b92e37d7fe20a6778568248a83aea1c418372;p=chaz%2Ftar (slurp): Remove any occurrences of $bt from the generated gnulib.mk --- 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 &&