From 3ab2ffc51973e991bbe8090edc1fcb7341c032e3 Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: Jun 16 2018 14:17:59 +0000 Subject: fix bootstrap.sh --- diff --git a/synfig-core/bootstrap.sh b/synfig-core/bootstrap.sh index ae4c7ed..705e005 100755 --- a/synfig-core/bootstrap.sh +++ b/synfig-core/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/sh -set +e +set -e AUTORECONF=`which autoreconf` if test -z $AUTORECONF; then diff --git a/synfig-studio/bootstrap.sh b/synfig-studio/bootstrap.sh index 93d5057..e45befe 100755 --- a/synfig-studio/bootstrap.sh +++ b/synfig-studio/bootstrap.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + AUTORECONF=`which autoreconf` if test -z $AUTORECONF; then echo "*** No autoreconf found, please install it ***"