diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-05-03 13:10:07 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-05-03 13:18:25 +0200 |
commit | c5f7aa11f5fb3095320cfd39903d933e9c27a67b (patch) | |
tree | d44bde69e53992d6a6e582818fb92ff315a35697 /build-aux | |
parent | 09ad4a8dfd18822961c5a8501467eab2a193f670 (diff) | |
download | libtasn1-c5f7aa11f5fb3095320cfd39903d933e9c27a67b.tar.gz libtasn1-c5f7aa11f5fb3095320cfd39903d933e9c27a67b.tar.bz2 libtasn1-c5f7aa11f5fb3095320cfd39903d933e9c27a67b.zip |
Update gnulib files.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/vc-list-files | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build-aux/vc-list-files b/build-aux/vc-list-files index 9bb6fe6..2fced25 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 |