summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-06-23 10:14:04 +0000
committerBruno Haible <bruno@clisp.org>2007-06-23 10:14:04 +0000
commit79c6120f531843f8933ac1acbf6ea8df20d5024e (patch)
tree17ae85bf63de5aa021b695817cc7b87287cb1871 /tests
parent47b0bff399ab0cca893b38b876d526fb3f088833 (diff)
downloadgnulib-79c6120f531843f8933ac1acbf6ea8df20d5024e.tar.gz
Tweak comment.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-echo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-echo.sh b/tests/test-echo.sh
index 45eabd7336..b1e40472f5 100755
--- a/tests/test-echo.sh
+++ b/tests/test-echo.sh
@@ -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' "$*"