From 2b90714f513f96ad8365c3e53efaa6d6134714ee Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 26 May 2024 17:28:23 -0700 Subject: [PATCH] Meta/loop-rebuild: build with bash As I usually build in the primary environment with dash, let's build with bash on the other box. --- loop-rebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loop-rebuild b/loop-rebuild index 5b06027bf2..806ec7c68f 100755 --- a/loop-rebuild +++ b/loop-rebuild @@ -19,7 +19,7 @@ do ssleep 300 done ssleep 30 - time nice -20 Meta/Dothem -j32 --dash; uptime; date + time nice -20 Meta/Dothem -j32; uptime; date P=$(stamp) Meta/V done -- 2.47.3