X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=autogen.sh;h=bec43fad74e62f7e3741f8be90a8014519c99d45;hb=919a7f39e6aa4a93b8348ec2586e313c40f49e52;hp=f9ad5f0a11e1830228113395b824b8cf9853d58c;hpb=8e8eb8fbafcaa841fa5393e396acde27b26edf2f;p=elogind.git diff --git a/autogen.sh b/autogen.sh index f9ad5f0a1..bec43fad7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -15,6 +15,8 @@ # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see . +set -e + if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \ chmod +x .git/hooks/pre-commit && \