From: Junio C Hamano Date: Mon, 27 May 2024 00:28:23 +0000 (-0700) Subject: Meta/loop-rebuild: build with bash X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b90714f513f96ad8365c3e53efaa6d6134714ee;p=thirdparty%2Fgit.git 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. --- 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