Doit: test before install

Junio C Hamano committed Apr 7, 2007 at 03:02 UTC 944e3f19f4dfe9a8e89d5d4739e8944ef44d0564
1 file changed +1 -2
Doit
+1 -2
@@ -19,7 +19,6 @@ Meta/Make clean >/dev/null 2>&1
19
20 : ${branches='next master maint pu'}
21
22 -nstall=install
22 for branch in $branches
23 do
24 echo >&3 "** $branch **"
@@ -44,8 +43,8 @@ do
43 echo "** $branch" &&
44 git checkout $branch &&
45 Meta/Make $M -- $J all &&
47 - Meta/Make $M -- $J $nstall &&
46 Meta/Make $M -- test &&
47 + Meta/Make $M -- install &&
48 Meta/Make clean || exit $?
49
50 done >./:all.log 3>&2 2>&1