From c700799865c71af1c2e9f77154f6950ff7ab648f Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 21 Mar 2021 02:22:26 +0000 Subject: ebuild-writing/functions/pkg_postinst: use ${variable} style in example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sam James Signed-off-by: Ulrich Müller --- ebuild-writing/functions/pkg_postinst/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ebuild-writing') diff --git a/ebuild-writing/functions/pkg_postinst/text.xml b/ebuild-writing/functions/pkg_postinst/text.xml index b293758..afd9f09 100644 --- a/ebuild-writing/functions/pkg_postinst/text.xml +++ b/ebuild-writing/functions/pkg_postinst/text.xml @@ -44,7 +44,7 @@ pkg_postinst() { pkg_postinst() { - if $OLD_FLUXBOX_VERSION ; then + if ${OLD_FLUXBOX_VERSION} ; then ewarn "You must restart fluxbox before using the [include] /directory/" ewarn "feature if you are upgrading from an older fluxbox!" ewarn " " -- cgit v1.2.3-65-gdbad