summaryrefslogtreecommitdiffstats
path: root/scripts/apatch.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/apatch.in')
-rwxr-xr-xscripts/apatch.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/apatch.in b/scripts/apatch.in
index e9ea659..ca97d13 100755
--- a/scripts/apatch.in
+++ b/scripts/apatch.in
@@ -30,7 +30,7 @@ rollback_patch()
-f $pc_file -B .pc/$patch/ -r
if [ -z "$opt_leave_rejects" ]
then
- rm -f $(files_in_patch $patch | sed -e 's/$/\.rej/')
+ rm -f $(files_in_patch $patch | @SED@ -e 's/$/\.rej/')
fi
}