mirror of
https://github.com/dynup/kpatch
synced 2025-04-27 21:47:57 +00:00
Merge pull request #18 from jpoimboe/logfile-error
kpatch-build: fix logfile error message
This commit is contained in:
commit
b373d6e331
@ -38,7 +38,7 @@ cleanup() {
|
|||||||
|
|
||||||
die() {
|
die() {
|
||||||
if [[ -z $1 ]]; then
|
if [[ -z $1 ]]; then
|
||||||
echo "ERROR: kpatch build failed. Check kpatch-build.log for more details." >&2
|
echo "ERROR: kpatch build failed. Check $LOGFILE for more details." >&2
|
||||||
else
|
else
|
||||||
echo "ERROR: $1" >&2
|
echo "ERROR: $1" >&2
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user