From 8fb52147fa0d3393ad7e3ea46c3f49ee79360550 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 24 Aug 2025 15:12:21 +0200 Subject: build.sh: Default to current host, instead of `tiamat` --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index de4d536c..69798ce8 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ # You should have received a copy of the License along with this program. # If not, see . -host="${1-tiamat}" +host="${1-$(hostname)}" [ "$#" -gt 0 ] && shift 1 root="$(git rev-parse --show-toplevel)" -- cgit 1.4.1