]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/loop-rebuild: build with bash
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 May 2024 00:28:23 +0000 (17:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 May 2024 00:29:41 +0000 (17:29 -0700)
As I usually build in the primary environment with dash,
let's build with bash on the other box.

loop-rebuild

index 5b06027bf20785a6991edbc4724498030f5ae4d9..806ec7c68f56a6b6ec25df0270f10017a1727b22 100755 (executable)
@@ -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