]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix a shell syntax error.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Jul 2006 12:54:16 +0000 (12:54 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:41 +0000 (12:13 +0200)
gettext-tools/examples/ChangeLog
gettext-tools/examples/hello-c++-kde/autoclean.sh

index 6c24708fa7166c3d491a8ce92f21b2b0e45f8b39..2d5b1908588f786c5cf559c05b0f4acd1eab7d5e 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-23  Bruno Haible  <bruno@clisp.org>
+
+       * hello-c++-kde/autoclean.sh: Fix syntax error.
+
 2006-07-21  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.15 released.
index bf93b98b251dea6b33e06ccab3197e526e69ee27..4d8b66e5ef647777b199c16eae1b0ede7efb4d62 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
 
 test ! -f Makefile || make distclean
 
-if "$1" = fromscratch; then
+if test "$1" = fromscratch; then
 
   # Brought in by explicit copy.
   rm -rf admin