hooks/do-extract/00-distfiles: do not exit, return instead.

This commit is contained in:
Juan RP 2014-03-12 10:32:50 +01:00
parent 1d84ba3c07
commit 80240ba2fc

View file

@ -6,7 +6,7 @@ hook() {
if [ -z "$distfiles" -a -z "$checksum" ]; then
mkdir -p $wrksrc
exit 0
return 0
fi
# Check that distfiles are there before anything else.