I guess technically they ran:sh `#!/bin/bash;if [[ "$FOO" == BAR && "$BAZ" = BLEEN ]]; then;echo true;else;echo false;fiWhich implies they knew it was base and not just raw shell?