mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Ignore case
This commit is contained in:
parent
b0fc2e0528
commit
aac1116197
@ -31,7 +31,7 @@ HOST_ARGS+=("-cpu_arch=${HOST_CPU}")
|
|||||||
[ -n "$HOST_VERSION" ] && HOST_ARGS+=("-version=${HOST_VERSION}")
|
[ -n "$HOST_VERSION" ] && HOST_ARGS+=("-version=${HOST_VERSION}")
|
||||||
[ -n "$HOST_TIMESTAMP" ] && HOST_ARGS+=("-ts=${HOST_TIMESTAMP}")
|
[ -n "$HOST_TIMESTAMP" ] && HOST_ARGS+=("-ts=${HOST_TIMESTAMP}")
|
||||||
|
|
||||||
if [[ "${HOST_DEBUG}" == [Yy]* ]]; then
|
if [[ "${HOST_DEBUG}" == [Yy1]* ]]; then
|
||||||
set -x
|
set -x
|
||||||
./run/host.bin "${HOST_ARGS[@]}" &
|
./run/host.bin "${HOST_ARGS[@]}" &
|
||||||
{ set +x; } 2>/dev/null
|
{ set +x; } 2>/dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user