mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-16 20:21:05 +01:00
same with base
This commit is contained in:
9
jaildk
9
jaildk
@@ -185,12 +185,12 @@ jaildk_build() {
|
||||
shift
|
||||
shift
|
||||
|
||||
base=''
|
||||
BASE=''
|
||||
VERSION=''
|
||||
|
||||
while getopts "b:v:" arg; do
|
||||
case $arg in
|
||||
b) base=${OPTARG};;
|
||||
b) BASE=${OPTARG};;
|
||||
v) VERSION=${OPTARG};;
|
||||
*) usage_build;;
|
||||
esac
|
||||
@@ -213,6 +213,11 @@ jaildk_build() {
|
||||
version=$VERSION
|
||||
fi
|
||||
|
||||
if test -n "$BASE"; then
|
||||
# dito
|
||||
base=$BASE
|
||||
fi
|
||||
|
||||
if test -n "$buildbase"; then
|
||||
base="$buildbase"
|
||||
elif test -z "$base"; then
|
||||
|
||||
Reference in New Issue
Block a user