fix review comment

This commit is contained in:
Josh Poimboeuf 2014-06-19 13:01:54 -05:00
parent eccc3eb63b
commit 3e4aa955d9

View File

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