summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-02-14 14:52:18 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-02-14 14:52:18 +0000
commit48882db70f5bb0dec0857d059238039654d28a2f (patch)
tree52c913cf9ad7469853433e135d6c0a7dd2cd9b09 /scripts
parent3c496a4753ad51a1592fdc5792aff652081db00d (diff)
downloadquilt-48882db70f5bb0dec0857d059238039654d28a2f.tar.gz
Remove guidiff leftovers, minor I18N fixes
Diffstat (limited to 'scripts')
-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 )