Changed shebang same as code.sh (#109372)

* Changed shebang same as code.sh

* Added set -e in test.sh
This commit is contained in:
Rakib Fiha
2020-10-30 15:54:13 +09:00
committed by GitHub
parent 2d8bbc6976
commit 7670c0c79c
6 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
if [[ "$OSTYPE" == "darwin"* ]]; then