• Simon Warta's avatar
    Replace [[ with [ in script '📦 Check Pods Manifest.lock' · 88f4496a
    Simon Warta authored
    The script is integrated using /bin/sh but [[ is not defined in generic
    POSIX shell. Confirm shellcheck error:
    
    if [[ $? != 0 ]] ; then
       ^-- SC2039: In POSIX sh, [[ ]] is undefined.
    
    This works right now, because on common OS X systems, /bin/sh is Bash.
    But this might change in the future.
    88f4496a
Name
Last commit
Last update
..
downloader Loading commit data...
external_sources Loading commit data...
generator Loading commit data...
installer Loading commit data...
sandbox Loading commit data...
target Loading commit data...
user_interface Loading commit data...
command_spec.rb Loading commit data...
config_spec.rb Loading commit data...
downloader_spec.rb Loading commit data...
executable_spec.rb Loading commit data...
external_sources_spec.rb Loading commit data...
hooks_manager_spec.rb Loading commit data...
installer_spec.rb Loading commit data...
library_spec.rb Loading commit data...
project_spec.rb Loading commit data...
resolver_spec.rb Loading commit data...
sandbox_spec.rb Loading commit data...
sources_manager_spec.rb Loading commit data...
target_spec.rb Loading commit data...
user_interface_spec.rb Loading commit data...
validator_spec.rb Loading commit data...