summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-03-15 13:53:31 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-03-15 13:53:31 -0500
commitc99900e9e8bf7f909ac42f825e5f2694dc26b611 (patch)
tree5630816ab09d977059fa180ebfe0e56383a2d50a /pm
parent8626bbd7551f8342abc7536899f55f49fd0820e9 (diff)
parentac2e951e553f69dc5ab04b37f4e973bebdb1f5c4 (diff)
Merge branch 'master' into vlowther-dynamic-hook-disable
Conflicts: pm/pm-functions.in
Diffstat (limited to 'pm')
-rw-r--r--pm/pm-functions.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/pm/pm-functions.in b/pm/pm-functions.in
index 0adfb6a..7215423 100644
--- a/pm/pm-functions.in
+++ b/pm/pm-functions.in
@@ -125,7 +125,6 @@ run_hooks() {
elif [ -f "$phooks/$base" ]; then
hook="$phooks/$base"
fi
-
echo $(date): running ${hook} $2
hook_ok "$hook" && (
IFS="${oifs}"