فهرست منبع

bin-maker.sh: update default VERSION

John Sahhar 3 سال پیش
والد
کامیت
412505c29f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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.