Continue POSIX-ifying build scripts

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire
2016-07-25 11:14:57 -07:00
parent 1b61921f01
commit c7e7e713f7
5 changed files with 15 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ set -e
PROVIDER="azure"
source "build-common.sh"
. "build-common.sh"
case "$1" in
makeraw)