Fix shebangs in `.sh` files

This commit is contained in:
Aniket Deshpande 2018-12-14 23:00:50 +05:30
parent 8c4ba1792a
commit 549e5c7f2f
No known key found for this signature in database
GPG Key ID: 5EE169CCBFCFA9E4
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Originally this ci script borrowed from https://github.com/koute/stdweb
# because both use `cargo-web` tool to check the compilation.

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
PID=-1
function ctrl_c() {