1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00

Fix installer build

This commit is contained in:
Ivan Mikushin
2016-06-13 16:33:07 -07:00
parent 07d475cecb
commit a640bdb758
8 changed files with 27 additions and 26 deletions

View File

@@ -3,7 +3,6 @@ set -e -x
SCRIPTS_DIR=$(dirname ${0})
. "${SCRIPTS_DIR}/build.conf"
VERSION=${VERSION:?"VERSION not set"}
while getopts "i:f:c:d:t:r:o:p:ka:" OPTION