You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume without knowing exactly that the author of that commit has NOT as an alias to ! in his .bashrc.
Apparently they tested it locally on their machine (where it worked) and then commited the NOT in the remote repo.
alias NOT='!'
if NOT false; then
echo "the if condition is true."
fi
This is the only explanation I can see plausible. Of course the NOT must be removed and replaced with a proper !.
aws-lambda-cpp/ci/codebuild/format-check.sh
Line 7 in e73e472
consequently, the body of
if
is never invoked.The text was updated successfully, but these errors were encountered: