• 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
..
analyzer Loading commit data...
user_project_integrator Loading commit data...
xcode Loading commit data...
analyzer_spec.rb Loading commit data...
installation_options_spec.rb Loading commit data...
migrator_spec.rb Loading commit data...
pod_source_installer_spec.rb Loading commit data...
podfile_validator_spec.rb Loading commit data...
post_install_hooks_context_spec.rb Loading commit data...
pre_install_hooks_context_spec.rb Loading commit data...
source_provider_hooks_context_spec.rb Loading commit data...
user_project_integrator_spec.rb Loading commit data...