diff options
Diffstat (limited to 'ebuild-format.tex')
-rw-r--r-- | ebuild-format.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-format.tex b/ebuild-format.tex index d53d773..c2224bf 100644 --- a/ebuild-format.tex +++ b/ebuild-format.tex @@ -16,7 +16,7 @@ certain variables and functions (see chapters~\ref{ch:ebuild-vars} and~\ref{ch:e for specific information), and must not call any external programs, write anything to standard output or standard error, or modify the state of the system in any way. -\ChangeWhenAddingAnEAPI{7} +\ChangeWhenAddingAnEAPI{8} \begin{centertable}{Bash version and options} \label{tab:bash-version} \begin{tabular}{lll} @@ -26,7 +26,7 @@ output or standard error, or modify the state of the system in any way. \multicolumn{1}{c}{\textbf{\t{failglob} in global scope?}} \\ \midrule 0, 1, 2, 3, 4, 5 & 3.2 & No \\ - 6, 7 & 4.2 & Yes \\ + 6, 7, 8 & 4.2 & Yes \\ \bottomrule \end{tabular} \end{centertable} |