diff autogen.sh @ 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 9d36800df1ae
children b8dd889066ca
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