summaryrefslogtreecommitdiffstats
path: root/scripts/rpatch.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rpatch.in')
-rwxr-xr-xscripts/rpatch.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/scripts/rpatch.in b/scripts/rpatch.in
index 91d01a5..a8b9c8b 100755
--- a/scripts/rpatch.in
+++ b/scripts/rpatch.in
@@ -141,6 +141,7 @@ rpatch()
return 0
fi
+ echo "Removing $patch"
trap "" SIGINT
if [ -n "$opt_force" ] || \
( [ -z "$opt_remove" ] && ! files_may_have_changed $patch )
@@ -187,15 +188,6 @@ rpatch()
fi
fi
trap - SIGINT
-
- local top=$(top_patch) where
- if [ -z "$top" ]
- then
- where=$"no patch applied"
- else
- where=$"now at $top"
- fi
- echo $"Removed $patch, $where"
}
options=`getopt -o fRqvh -- "$@"`