Browse Source

bin-maker.sh: update default VERSION

John Sahhar 3 năm trước cách đây
mục cha
commit
412505c29f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      netclient/bin-maker.sh

+ 1 - 1
netclient/bin-maker.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
-if [[ ${#VERSION} -lt 1 ]]; then VERSION="develop"; fi 
+VERSION=${VERSION:-"develop"}
 echo "build with version tag: $VERSION"
 readonly __HOST_ARCH=${1:-"amd64"}  # change this for your machine.
 readonly __HOST_GOOSE=${2:-"linux"} # change this for your machine.