Skip to content

Commit

Permalink
push: output current patch name, not cmd-line argument
Browse files Browse the repository at this point in the history
Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
  • Loading branch information
jeffpc committed Jan 20, 2008
1 parent 0a041ac commit 8410829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guilt-push
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ get_series | sed -n -e "${sidx},${eidx}p" | while read p
do
echo "Applying patch..$p"
if [ ! -f "$GUILT_DIR/$branch/$p" ]; then
die "Patch $patch does not exist. Aborting."
die "Patch $p does not exist. Aborting."
fi

push_patch $p $abort_flag
Expand Down

0 comments on commit 8410829

Please sign in to comment.