Add files via upload
This commit is contained in:
@@ -48,6 +48,7 @@ if [ ${#} != 0 ]; then
|
|||||||
for arg in ${@}; do
|
for arg in ${@}; do
|
||||||
v="${arg#*=}"
|
v="${arg#*=}"
|
||||||
case ${arg} in
|
case ${arg} in
|
||||||
|
--help|-h) help && exit 0 ;;
|
||||||
--sysroot=*|-s\ *) export SYSROOT="${v}" ;;
|
--sysroot=*|-s\ *) export SYSROOT="${v}" ;;
|
||||||
--mirror=*|-m\ *) export MIRROR="${v}" ;;
|
--mirror=*|-m\ *) export MIRROR="${v}" ;;
|
||||||
--release=*|-r\ *) export RELEASE="${v}" ;;
|
--release=*|-r\ *) export RELEASE="${v}" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user