summaryrefslogtreecommitdiffstats
path: root/bin/patch-wrapper.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/patch-wrapper.in')
-rwxr-xr-xbin/patch-wrapper.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/patch-wrapper.in b/bin/patch-wrapper.in
index caa600f..099feff 100755
--- a/bin/patch-wrapper.in
+++ b/bin/patch-wrapper.in
@@ -6,7 +6,7 @@
# options are used that this wrapper does not recognize, GNU patch is
# used directly, and no quilt metadata will get created.
-PATCH=patch
+PATCH=@PATCH@
original_options=("$@")
# GNU patch recognizes these environment variables
@@ -53,7 +53,7 @@ backup_files() {
elif [ -n "$opt_silent" ]; then
cat > /dev/null
fi
- if [ "$backup_mode" = --backup ]
+ if [ "$backup_mode" = --backup -a -d "$dir" ]
then
for file in $(find "$dir" -type f -a ! -path "$path/.timestamp")
do