Sync with portage-gentoo-git-config repo
This commit is contained in:
8
etc/paludis/hooks/util_functions.bash
Normal file
8
etc/paludis/hooks/util_functions.bash
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
|
||||
|
||||
eend_die() {
|
||||
eend "$@"
|
||||
[[ $1 -ne 0 ]] && exit $1
|
||||
}
|
||||
Reference in New Issue
Block a user