]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix comments.
authorBruno Haible <bruno@clisp.org>
Mon, 1 Aug 2005 11:03:29 +0000 (11:03 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:43 +0000 (12:12 +0200)
gettext-tools/tests/gettext-1
gettext-tools/tests/gettext-2

index 37d72b889cfdcc864cec253e1e4fcf2f7a3174af..18ba9daf66c5a32ed047a54733cd4e668027a79a 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
-# One argument is required which is the path to the toplevel directory
-# of the distribution.
+
+# Test the gettext program with -e option.
 
 tmpfiles=""
 trap 'rm -fr $tmpfiles' 1 2 3 15
index 9961f583c494cb8a2c57984fffc588aca09ae06c..f1099efcec33c16c3bf719e71e32726758a5b755 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
-# One argument is required which is the path to the toplevel directory
-# of the distribution.
+
+# Test the gettext program without -e option.
 
 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.