diff options
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1068,7 +1068,7 @@ function kvmx_open { } # Dispatch -if type kvmx_$ACTION 2> /dev/null | grep -q 'function'; then +if type kvmx_$ACTION 2> /dev/null | grep -q "kvmx_$ACTION ()"; then __kvmx_initialize kvmx_$ACTION $* else |