Tweak comment.
authorBruno Haible <bruno@clisp.org>
Sat, 23 Jun 2007 10:14:04 +0000 (10:14 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 23 Jun 2007 10:14:04 +0000 (10:14 +0000)
gnulib-tool
tests/test-echo.sh

index a84b0f18126813954a79aa0643532f48d2e948a6..ba865ee03addd69e5e8b53cceffdd59ce770c857 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2007-06-23 09:52:09 $'
+cvsdatestamp='$Date: 2007-06-23 10:14:04 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 nl='
@@ -471,7 +471,7 @@ $*
 EOF
 }
   else
-    # 'printf' is a shell built-in. Now it's safe to define 'echo'.
+    # 'printf' is a shell built-in.
 echo ()
 {
   printf '%s\n' "$*"
index 45eabd7336b61725a73259c111388b6827ba249d..b1e40472f569c6e1dcfc9678f3bd29f2b0f40f80 100755 (executable)
@@ -76,7 +76,7 @@ $*
 EOF
 }
   else
-    # 'printf' is a shell built-in. Now it's safe to define 'echo'.
+    # 'printf' is a shell built-in.
 echo ()
 {
   printf '%s\n' "$*"