mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
nim-utils.eclass: "|| die"
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -103,7 +103,7 @@ etestament() {
|
||||
if [[ ${ETESTAMENT_DESELECT} ]]; then
|
||||
local skipfile="${T}"/testament.skipfile
|
||||
if [[ ! -f ${skipfile} ]]; then
|
||||
printf "%s\n" "${ETESTAMENT_DESELECT[@]}" > "${skipfile}"
|
||||
printf "%s\n" "${ETESTAMENT_DESELECT[@]}" > "${skipfile}" || die
|
||||
else
|
||||
debug-print "${skipfile} already exists, not overwriting"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user