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 d225bde..3292e82 100755
--- a/scripts/apatch.in
+++ b/scripts/apatch.in
@@ -81,6 +81,7 @@ apatch()
return 1
fi
+ echo "Applying $patch"
if ! [ -e $pc_file ]
then
echo "Patch $patch appears to be empty, applied"
@@ -119,7 +120,6 @@ apatch()
add_to_db $patch
if [ $status -eq 0 ]
then
- echo "Applied $patch"
rm -f $pc_file~refresh
else
touch $pc_file~refresh