Skip to content

Commit

Permalink
fixup review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Jennings <[email protected]>
  • Loading branch information
sjenning committed Jul 23, 2014
1 parent 9a2f8c5 commit 5321b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kpatch-build/kpatch-build
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ cleanup() {

clean_cache() {
[[ -z $USERSRCDIR ]] && rm -rf "$SRCDIR"
rm -rf "$OBJDIR" "$VERSIONFILE"
mkdir -p "$OBJDIR"
}

Expand Down Expand Up @@ -416,7 +417,6 @@ done < "$TEMPDIR/patched_build.log"

[[ ! -s "$TEMPDIR/changed_objs" ]] && die "no changed objects were detected"

echo "Copying changed objects"
mkdir "$TEMPDIR/patched"
for i in $(cat $TEMPDIR/changed_objs); do
mkdir -p "$TEMPDIR/patched/$(dirname $i)"
Expand Down

0 comments on commit 5321b21

Please sign in to comment.