From 26f51162f9e33c4b55e183b19d2cf51ef404e528 Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Fri, 14 Aug 2026 10:23:04 -0500 Subject: [PATCH] fix formatting --- rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuild.sh b/rebuild.sh index 991ce6d..efeec92 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -x -if [ "x$1" = "x" ] +if [ -z "$1" ] then h="$(hostname -s)" else