1
0
Fork 0

Don't die while collecting make targets (exit 2)

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-07-20 09:00:05 +02:00
parent 04a54c4a48
commit 354f7099dd
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -1,8 +1,5 @@
#!/bin/bash
set -o pipefail
set -e
HOOKTYPE=$1
if ! [ -e Makefile ]; then