summaryrefslogtreecommitdiffstats
path: root/scripts/rpatch.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rpatch.in')
-rwxr-xr-xscripts/rpatch.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpatch.in b/scripts/rpatch.in
index a8b9c8b..9c087f8 100755
--- a/scripts/rpatch.in
+++ b/scripts/rpatch.in
@@ -141,7 +141,7 @@ rpatch()
return 0
fi
- echo "Removing $patch"
+ echo $"Removing $patch"
trap "" SIGINT
if [ -n "$opt_force" ] || \
( [ -z "$opt_remove" ] && ! files_may_have_changed $patch )