r23905: SATOH Fumiyasu <fumiyas@osstech.jp> points out that we want &&, not ; here...
authorAndrew Bartlett <abartlet@samba.org>
Mon, 16 Jul 2007 23:38:29 +0000 (23:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:01:08 +0000 (15:01 -0500)
(We don't want to make a distclean of the main user tree, just because
they don't have the parent directory checked out).

Andrew Bartlett
(This used to be commit 70bf6936850dede51d085a1f1f22f43b98823ff2)

source4/autogen.sh

index 4337d3b55c599554f4f162ff0b941eaeb7def571..74634263a2d8593c96bcfce6121d4c6d6c7dc960 100755 (executable)
@@ -65,7 +65,7 @@ rm -rf autom4te*.cache
 
 if test x"${AUTOGEN_SKIP_SWAT}" != x"yes"; then
        echo "$0: building Web Application Framework (SWAT)"
-       (cd ../webapps/swat; make distclean build || exit 1)
+       (cd ../webapps/swat && make distclean build || exit 1)
 fi
 
 echo "Now run ./configure and then make."