mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-17 09:01:49 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b5489d7a2b
commit
5d6e412d29
@ -178,8 +178,9 @@ xread(){
|
||||
shift
|
||||
local non_empty=1
|
||||
fi
|
||||
# XXX check DFL_..???
|
||||
if [[ "${!2}" == "SKIP" ]] ; then
|
||||
# skip...
|
||||
if [[ "${!2}" == "SKIP" ]] \
|
||||
|| [[ "$(eval "echo \$DFL_$2")" == "SKIP" ]] ; then
|
||||
eval "$2="
|
||||
return
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user