diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 09:58:36 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 09:58:36 -0300 | 
| commit | 6f45b933c72c5dbba8a97a2d672da23b2b679698 (patch) | |
| tree | 33079644df976683ce370266cc74e6b245ce10a5 | |
| parent | 860580900d1e3fe7d2468ccb9b882f703280ce27 (diff) | |
| download | kvmx-6f45b933c72c5dbba8a97a2d672da23b2b679698.tar.gz kvmx-6f45b933c72c5dbba8a97a2d672da23b2b679698.tar.bz2 | |
Test for kvmx internal function in a locale-independent way
| -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 | 
