From bb6b92e37d7fe20a6778568248a83aea1c418372 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 30 Mar 2007 08:49:56 +0000 Subject: [PATCH] (slurp): Remove any occurrences of $bt from the generated gnulib.mk --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && -- 2.44.0