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.

Junio C Hamano committed May 26, 2024 at 17:28 UTC 2b90714f513f96ad8365c3e53efaa6d6134714ee
1 file changed +1 -1
loop-rebuild
+1 -1
@@ -19,7 +19,7 @@ do
19 ssleep 300
20 done
21 ssleep 30
22 - time nice -20 Meta/Dothem -j32 --dash; uptime; date
22 + time nice -20 Meta/Dothem -j32; uptime; date
23 P=$(stamp)
24 Meta/V
25 done