hooks/do-extract/00-distfiles: do not exit, return instead.
This commit is contained in:
parent
1d84ba3c07
commit
80240ba2fc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ hook() {
|
||||||
|
|
||||||
if [ -z "$distfiles" -a -z "$checksum" ]; then
|
if [ -z "$distfiles" -a -z "$checksum" ]; then
|
||||||
mkdir -p $wrksrc
|
mkdir -p $wrksrc
|
||||||
exit 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check that distfiles are there before anything else.
|
# Check that distfiles are there before anything else.
|
||||||
|
|
Loading…
Reference in a new issue