Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 360673
Collapse All | Expand All

(-)pm-utils-1.4.1.orig/pm/pm-functions.in (-1 / +2 lines)
Lines 197-205 Link Here
197
	# rest of args passed to hook unchanged.
197
	# rest of args passed to hook unchanged.
198
	log "Running hook $*:"
198
	log "Running hook $*:"
199
	hook_ok "$1" && "$@"
199
	hook_ok "$1" && "$@"
200
	local status=$?
200
	log ""
201
	log ""
201
	log -n "$*: " 
202
	log -n "$*: " 
202
	hook_exit_status $? && LAST_HOOK="${1##*/}" || inhibit
203
	hook_exit_status $status && LAST_HOOK="${1##*/}" || inhibit
203
}
204
}
204
205
205
if profiling; then
206
if profiling; then

Return to bug 360673