Loading src/scripts/max.sh +2 −3 Original line number Diff line number Diff line Loading @@ -123,13 +123,12 @@ add(){ # Add bundle } DIRECTORY=$(cd "$(dirname "$0")" && pwd) #get max version if [[ ! -f ${DIRECTORY}/VERSION ]] if [[ ! -f ${DIRECTORY}/.max/VERSION ]] then MAX_VERSION=$(git rev-parse HEAD)'-dev' else MAX_VERSION=$(cat "${DIRECTORY}/VERSION") MAX_VERSION=$(cat "${DIRECTORY}/.max/VERSION") fi Loading Loading
src/scripts/max.sh +2 −3 Original line number Diff line number Diff line Loading @@ -123,13 +123,12 @@ add(){ # Add bundle } DIRECTORY=$(cd "$(dirname "$0")" && pwd) #get max version if [[ ! -f ${DIRECTORY}/VERSION ]] if [[ ! -f ${DIRECTORY}/.max/VERSION ]] then MAX_VERSION=$(git rev-parse HEAD)'-dev' else MAX_VERSION=$(cat "${DIRECTORY}/VERSION") MAX_VERSION=$(cat "${DIRECTORY}/.max/VERSION") fi Loading