# HG changeset patch # User Timo Sirainen # Date 1175594284 -10800 # Node ID e9745c1c4d14a2dd72204831ed8e8f305df3616b # Parent 4862cb37106c192ef579ff3649b50899600cf1d0 Fixed to work with POSIX sh. diff -r 4862cb37106c -r e9745c1c4d14 autogen.sh --- 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