fix (( $+functions[_f] )) || _f()

checked with: "\(\( \$\+functions\[(.*)\] \)\) \|\|\n(?!\1)"
This commit is contained in:
Ludovic Jozeau
2021-04-08 15:50:39 +02:00
parent f0c856912c
commit 98cb234270
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -483,7 +483,7 @@ _conan_conanfiles() {
_files -g '*.py'
}
(( $+functions[_conan_directory_or_package_references] )) ||
(( $+functions[_conan_conanfiles_or_package_references] )) ||
_conan_conanfiles_or_package_references() {
_alternative \
'conanfile: :_conan_conanfiles' \