From f18800873c3af408d5bd2f7b5fded72e3ee4f5a0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 12 Mar 2008 11:09:47 +0100 Subject: * build-aux/bootstrap (gnulib_tool): Remove trailing blanks. --- build-aux/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/bootstrap') diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 1a24e82db0..1c90df7cbb 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -416,7 +416,7 @@ version_controlled_file() { elif test -d .git; then git rm -n "$dir/$file" > /dev/null 2>&1 && found=yes elif test -d .svn; then - svn log -r HEAD "$dir/$file" > /dev/null 2>&1 && found=yes + svn log -r HEAD "$dir/$file" > /dev/null 2>&1 && found=yes else echo "$0: no version control for $dir/$file?" >&2 fi -- cgit v1.2.1