• 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
..
cocoapods-integration-specs @ 80dd96be
fixtures Loading commit data...
functional Loading commit data...
integration Loading commit data...
spec_helper Loading commit data...
unit Loading commit data...
integration.rb Loading commit data...
spec_helper.rb Loading commit data...