From: Bruno Haible Date: Mon, 24 Jul 2006 12:54:16 +0000 (+0000) Subject: Fix a shell syntax error. X-Git-Tag: 0.16.x-branchpoint~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d7a65a1191d819d6eec8cfbf91d05b92cde4b5;p=thirdparty%2Fgettext.git Fix a shell syntax error. --- diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index 6c24708fa..2d5b19085 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,3 +1,7 @@ +2006-07-23 Bruno Haible + + * hello-c++-kde/autoclean.sh: Fix syntax error. + 2006-07-21 Bruno Haible * gettext-0.15 released. diff --git a/gettext-tools/examples/hello-c++-kde/autoclean.sh b/gettext-tools/examples/hello-c++-kde/autoclean.sh index bf93b98b2..4d8b66e5e 100755 --- a/gettext-tools/examples/hello-c++-kde/autoclean.sh +++ b/gettext-tools/examples/hello-c++-kde/autoclean.sh @@ -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