X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2f55c8b7102a0587c7457a19df372f5749baf50..be085544e922ffca50242795d03a986853125af2:/wx-config.in diff --git a/wx-config.in b/wx-config.in index e64263ceaf..9cfd315971 100755 --- a/wx-config.in +++ b/wx-config.in @@ -459,7 +459,7 @@ is_set() { [ "x`eval echo \"\\\${$1-unset}\"`" != "xunset" ]; } # not _cmd _args... # true iff _cmd is false -not() { if "$@"; then false; else true; fi } +not() { if "$@"; then false; else true; fi; } # do_find_best_delegate _unbound-options # The real worker part of find_best_delegate below. Recurses though all