mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Extract VERSION to avoid duplication
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
|
||||
VERSION=${1:-"9.9.1"}
|
||||
VERSION=${1:-$(tr -d '\r\n' < VERSION)}
|
||||
|
||||
BUILD_NUMBER=${2:-"0"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user