Echo executing source/binary hooks
The chroot hooks already do this.
This commit is contained in:
parent
9ee1a1671f
commit
70994cd304
|
@ -66,6 +66,7 @@ do
|
|||
fi
|
||||
|
||||
# Executing hook
|
||||
Echo_message "Executing hook ${HOOK}..."
|
||||
cd binary
|
||||
../"${HOOK}" || { Echo_error "${HOOK} failed (exit non-zero). You should check for errors."; exit 1 ;}
|
||||
cd "${OLDPWD}"
|
||||
|
|
|
@ -66,6 +66,7 @@ do
|
|||
fi
|
||||
|
||||
# Executing hook
|
||||
Echo_message "Executing hook ${HOOK}..."
|
||||
cd source
|
||||
../"${HOOK}" || { Echo_error "${HOOK} failed (exit non-zero). You should check for errors."; exit 1 ;}
|
||||
cd "${OLDPWD}"
|
||||
|
|
Loading…
Reference in New Issue