Skip to content

Commit

Permalink
ebuild-writing/error-handling: Fix example
Browse files Browse the repository at this point in the history
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
  • Loading branch information
ulm committed Sep 25, 2024
1 parent b8cea57 commit b1f9520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebuild-writing/error-handling/text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ provides the <c>assert</c> function to check this variable.
</p>

<codesample lang="ebuild">
bunzip2 "${DISTDIR}/${VIM_RUNTIME_SNAP}" | tar xf
bzip2 -dc "${DISTDIR}/${VIM_RUNTIME_SNAP}" | tar -xf -
assert
</codesample>

Expand Down

0 comments on commit b1f9520

Please sign in to comment.