exit 1
fi
fi
-test -n "$branches" || branches='next master maint pu jch'
+test -n "$branches" || branches='next master maint jch pu'
test -n "$jobs" || jobs=-j2
for branch in $branches
;;
esac &&
+ save=$(git rev-parse HEAD) &&
{
test "z$with_dash" != 'zy' ||
Meta/Make $M $test -- $jobs SHELL_PATH=/bin/dash $dotest
{
test z$install = znoinstall ||
- Meta/Make $M -- install
+ if test "$save" = "$(git rev-parse HEAD)"
+ then
+ Meta/Make $M -- install
+ else
+ echo >&2 "Head moved--not installing"
+ fi
} || exit $?
git reset --hard