• 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
.github Loading commit data...
bin Loading commit data...
examples Loading commit data...
lib Loading commit data...
spec Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.kick Loading commit data...
.rubocop.yml Loading commit data...
.rubocop_cocoapods.yml Loading commit data...
.rubocop_todo.yml Loading commit data...
.travis.yml Loading commit data...
.yardopts Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
Dangerfile Loading commit data...
Gemfile Loading commit data...
Gemfile.lock Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
Rakefile Loading commit data...
cocoapods.gemspec Loading commit data...