mirror of
https://github.com/dynup/kpatch
synced 2025-02-19 19:26:53 +00:00
fix review comment
This commit is contained in:
parent
eccc3eb63b
commit
3e4aa955d9
@ -385,6 +385,7 @@ for i in $FILES; do
|
||||
KOBJFILE="$(readlink -f $KOBJFILE)"
|
||||
fi
|
||||
cd $TEMPDIR
|
||||
debugopt=
|
||||
[[ $DEBUG -eq 1 ]] && debugopt=-d
|
||||
"$TOOLSDIR"/create-diff-object $debugopt "orig/$i" "patched/$i" "$KOBJFILE" "output/$i" 2>&1 |tee -a "$LOGFILE"
|
||||
[[ "${PIPESTATUS[0]}" -eq 0 ]] || die
|
||||
|
Loading…
Reference in New Issue
Block a user