saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-08-17 17:45:49 +02:00
committed by Hans Wurst
parent f1152efd00
commit 8a3ba2ad7e
9 changed files with 71 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
}