From 119e9e525c60a23a4631066436ce0f3b41a4d3d5 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 4 Aug 2024 20:04:25 -0400 Subject: [PATCH] Correct Debug in stage_step --- gentoo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-install.sh b/gentoo-install.sh index 44a3333..c137e21 100755 --- a/gentoo-install.sh +++ b/gentoo-install.sh @@ -218,7 +218,7 @@ function stage_step() { local s4file SwapUUID SwapOffset local cmd - if "$DEBUG"; then + if [[ "$DEBUG" ]]; then cmd="echo" else cmd=""