@leroysheep / MovieWebApp / commits / 2b90714f51

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
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