Sync with portage-gentoo-git-config repo

This commit is contained in:
2015-08-17 18:08:31 +02:00
parent 94f0eeac03
commit b8646c27e5
7 changed files with 54 additions and 44 deletions

View File

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