summaryrefslogtreecommitdiff
path: root/sys-process/htop/htop-3.0.4-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/htop/htop-3.0.4-r2.ebuild')
-rw-r--r--sys-process/htop/htop-3.0.4-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/htop/htop-3.0.4-r2.ebuild b/sys-process/htop/htop-3.0.4-r2.ebuild
index 8ce3e79b56e9..65e53029fa21 100644
--- a/sys-process/htop/htop-3.0.4-r2.ebuild
+++ b/sys-process/htop/htop-3.0.4-r2.ebuild
@@ -50,7 +50,7 @@ src_prepare() {
}
src_configure() {
- [[ $CBUILD != $CHOST ]] && export ac_cv_file__proc_{meminfo,stat}=yes #328971
+ [[ ${CBUILD} != ${CHOST} ]] && export ac_cv_file__proc_{meminfo,stat}=yes #328971
local myeconfargs=(
$(use_enable debug)