summaryrefslogtreecommitdiff
path: root/build-aux/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-03-12 11:09:47 +0100
committerJim Meyering <meyering@redhat.com>2008-03-12 11:09:47 +0100
commitf18800873c3af408d5bd2f7b5fded72e3ee4f5a0 (patch)
treee2a105e616b6de052a54bbbece0d32166a16c97d /build-aux/bootstrap
parentfe3f84c49bfbb7950290c19eb082d38083c14f1c (diff)
downloadgnulib-f18800873c3af408d5bd2f7b5fded72e3ee4f5a0.tar.gz
* build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
Diffstat (limited to 'build-aux/bootstrap')
-rwxr-xr-xbuild-aux/bootstrap2
1 files changed, 1 insertions, 1 deletions
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