changeset 5501:e9745c1c4d14 HEAD

Fixed to work with POSIX sh.
author Timo Sirainen <tss@iki.fi>
date Tue, 03 Apr 2007 12:58:04 +0300
parents 4862cb37106c
children 212bbdc55065
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Tue Apr 03 11:34:27 2007 +0300
+++ b/autogen.sh	Tue Apr 03 12:58:04 2007 +0300
@@ -16,7 +16,7 @@
   fi
 done
 
-if ! test -f doc/wiki/Authentication.txt; then
+if test ! -f doc/wiki/Authentication.txt; then
   cd doc
   wget http://www.dovecot.org/tmp/wiki-export.tar.gz
   tar xzf wiki-export.tar.gz