diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-20 00:50:15 +0300 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2019-12-02 16:32:12 -0500 |
commit | f1e70d2f313e385d5284b83f93566f5ea16973d0 (patch) | |
tree | e0d64626749d802b3450a72c647c7aecb0b81129 /ebuild-writing | |
parent | Relicense the devmanual under CC-BY-SA-4.0. (diff) | |
download | devmanual-f1e70d2f313e385d5284b83f93566f5ea16973d0.tar.gz devmanual-f1e70d2f313e385d5284b83f93566f5ea16973d0.tar.bz2 devmanual-f1e70d2f313e385d5284b83f93566f5ea16973d0.zip |
ebuild-writing/error-handling: expand subshell warning to EAPI=7
Closes: https://github.com/gentoo/devmanual/pull/90
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r-- | ebuild-writing/error-handling/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/error-handling/text.xml b/ebuild-writing/error-handling/text.xml index 96dc962..35c7419 100644 --- a/ebuild-writing/error-handling/text.xml +++ b/ebuild-writing/error-handling/text.xml @@ -69,7 +69,7 @@ It's best to use <c>|| die</c> too often than too little. <body> <warning> -<c>die</c> <b>will not work in a subshell</b>. +<c>die</c> <b>will not work in a subshell unless you are using EAPI=7 and onwards</b>. </warning> <p> |