summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-04-29 22:04:07 +0200
committerJim Meyering <meyering@redhat.com>2011-04-29 22:04:07 +0200
commit86e6a68e249fd4e4af6cebbfddfc52b33d3f8b37 (patch)
tree0feac7759099453eb4339542cedabe75765bfe34
parent30ec6bd4ff3f1d8a71f922b1eacc9d4f8f9c4b55 (diff)
downloadgnulib-86e6a68e249fd4e4af6cebbfddfc52b33d3f8b37.tar.gz
vc-list-files: indent with spaces, not TABs
* build-aux/vc-list-files: Convert leading TABs to spaces, to match the style of most other files in gnulib.
-rw-r--r--ChangeLog4
-rwxr-xr-xbuild-aux/vc-list-files14
2 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index bda120435e..cbd314e4b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-04-29 Jim Meyering <meyering@redhat.com>
+ vc-list-files: indent with spaces, not TABs
+ * build-aux/vc-list-files: Convert leading TABs to spaces,
+ to match the style of most other files in gnulib.
+
announce-gen: indent with spaces, not TABs
* build-aux/announce-gen: Convert all TABs to spaces, to match
the style of most other files in gnulib.
diff --git a/build-aux/vc-list-files b/build-aux/vc-list-files
index 9bb6fe6d3d..2fced256bf 100755
--- a/build-aux/vc-list-files
+++ b/build-aux/vc-list-files
@@ -2,7 +2,7 @@
# List version-controlled file names.
# Print a version string.
-scriptversion=2010-04-23.22; # UTC
+scriptversion=2011-04-29.20; # UTC
# Copyright (C) 2006-2011 Free Software Foundation, Inc.
@@ -94,12 +94,12 @@ elif test -d CVS; then
eval cvsu --find --types=AFGM '"$dir"' $postprocess
else
eval awk -F/ \''{ \
- if (!$1 && $3 !~ /^-/) { \
- f=FILENAME; \
- if (f ~ /CVS\/Entries$/) \
- f = substr(f, 1, length(f)-11); \
- print f $2; \
- }}'\'' \
+ if (!$1 && $3 !~ /^-/) { \
+ f=FILENAME; \
+ if (f ~ /CVS\/Entries$/) \
+ f = substr(f, 1, length(f)-11); \
+ print f $2; \
+ }}'\'' \
`find "$dir" -name Entries -print` /dev/null' $postprocess
fi
elif test -d .svn; then