]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update gnulib files.
authorSimon Josefsson <simon@josefsson.org>
Thu, 13 Aug 2009 11:23:40 +0000 (13:23 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 13 Aug 2009 11:23:40 +0000 (13:23 +0200)
gl/tests/test-version-etc.sh

index 30b017d915544f34f62e7b5193eca95235ccfdc7..032e10e34e43a53bcb8714b5369aa3a777c052fb 100755 (executable)
@@ -32,8 +32,10 @@ Written by Sergey Poznyakoff and Eric Blake.
 EOT
 
 ./test-version-etc${EXEEXT} --version |
- sed '2s/Copyright (C) [0-9]\{4,4\}/COPYRIGHT/' |
- sed '1s/test-version-etc (.*) .*/test-version-etc (PROJECT) VERSION/' |
+ sed \
+     -e '2s/Copyright (C) [0-9]\{4,4\}/COPYRIGHT/' \
+     -e '1s/test-version-etc (.*) .*/test-version-etc (PROJECT) VERSION/' \
+     -e 's/\r//g' |
  diff -c $TMP - || ERR=1
 
 rm $TMP