Merge pull request #18 from jpoimboe/logfile-error

kpatch-build: fix logfile error message
This commit is contained in:
Seth Jennings 2014-02-18 09:29:27 -06:00
commit b373d6e331

View File

@ -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