paludis-gentoo-git-config/etc/paludis/hooks/util_functions.bash
2015-08-19 21:27:24 +02:00

9 lines
118 B
Bash

#!/bin/bash
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
eend_die() {
eend "$@"
[[ $1 -ne 0 ]] && exit $1
}