tests/misc/fold: Fix a typo: missing \ in a never-seen diagnostic
authorJim Meyering <jim@meyering.net>
Sun, 26 Aug 2007 16:44:29 +0000 (18:44 +0200)
committerJim Meyering <jim@meyering.net>
Sun, 26 Aug 2007 16:45:19 +0000 (18:45 +0200)
ChangeLog
tests/misc/fold

index 6346e13..a2a9967 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-26  Jim Meyering  <jim@meyering.net>
+
+       * tests/misc/fold: Fix a typo: missing \ in a diagnostic
+       no one is likely ever to see.
+
 2007-08-25  Jim Meyering  <jim@meyering.net>
 
        * src/dircolors.hin: Add .dz and .svgz as archive suffixes.
index 2bb6f24..3432796 100755 (executable)
@@ -2,7 +2,7 @@
 # -*- perl -*-
 # Exercise fold.
 
-# Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -34,7 +34,7 @@ ver=`fold --version|sed 1q`
 case $ver in
   *" $PACKAGE_VERSION") ;;
   *) echo 1>&2 \
-   "$0: found unexpected version of fold, \`$ver'"
+   "$0: found unexpected version of fold, \`$ver'" \
      "(expected $PACKAGE_VERSION)"
   exit 1;;
 esac