Blame SOURCES/pm-utils-1.4.1-log-line-spacing-fix.patch

ef56e5
diff -up pm-utils-1.4.1/pm/pm-functions.in.orig pm-utils-1.4.1/pm/pm-functions.in
ef56e5
--- pm-utils-1.4.1/pm/pm-functions.in.orig	2011-11-02 11:43:24.000000000 +0100
ef56e5
+++ pm-utils-1.4.1/pm/pm-functions.in	2011-11-02 11:43:49.987116603 +0100
ef56e5
@@ -199,9 +199,9 @@ _run_hook() {
ef56e5
 	log "Running hook $*:"
ef56e5
 	hook_ok "$1" && "$@"
ef56e5
 	hook_status=$?
ef56e5
-	log ""
ef56e5
 	log -n "$*: "
ef56e5
 	hook_exit_status $hook_status && LAST_HOOK="${1##*/}" || inhibit
ef56e5
+	log ""
ef56e5
 }
ef56e5
 
ef56e5
 if profiling; then