Skip to content

Commit

Permalink
Allow "guilt delete -f" to run from a dir which contains spaces.
Browse files Browse the repository at this point in the history
Signed-off-by: Per Cederqvist <[email protected]>
Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
  • Loading branch information
Per Cederqvist committed Jan 22, 2015
1 parent 5250ef1 commit 59a8a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guilt-delete
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ series_remove_patch "$patch"

guilt_hook "delete" "$patch"

[ ! -z "$force" ] && rm -f $GUILT_DIR/$branch/$patch
[ ! -z "$force" ] && rm -f "$GUILT_DIR/$branch/$patch"

exit 0

Expand Down

0 comments on commit 59a8a8d

Please sign in to comment.