Fixing execution of binary hooks.
This commit is contained in:
parent
cab0d9e783
commit
5e4f7742c5
|
@ -50,7 +50,7 @@ do
|
|||
if [ -e "${FILE}" ]
|
||||
then
|
||||
cd binary
|
||||
./"${FILE}" || { Echo_error "${_HOOK} failed (exit non-zero). You should check for errors."; exit 1 ;}
|
||||
"${FILE}" || { Echo_error "${_HOOK} failed (exit non-zero). You should check for errors."; exit 1 ;}
|
||||
cd "${OLDPWD}"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue