update buildAll.sh
Doesn't use anything bash-specific so it can be a /bin/sh script
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user