|
@ -44,7 +44,7 @@ sde_wrapper_discriminator_help() { |
|
|
|
|
|
|
|
|
sde_wrapper_discriminator() { |
|
|
sde_wrapper_discriminator() { |
|
|
local combin= command="$1"; shift |
|
|
local combin= command="$1"; shift |
|
|
local discriminators=$( sde_wrapper_discriminator_list $command ) |
|
|
|
|
|
|
|
|
local discriminators="$(sde_wrapper_discriminator_list $command)" |
|
|
|
|
|
|
|
|
if [ "$1" != "${1%-*}" ]; then |
|
|
if [ "$1" != "${1%-*}" ]; then |
|
|
# trying to cheat, no dashes alowed |
|
|
# trying to cheat, no dashes alowed |
|
|