mirror of https://github.com/yewstack/yew
Fix shebangs in `.sh` files
This commit is contained in:
parent
8c4ba1792a
commit
549e5c7f2f
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Originally this ci script borrowed from https://github.com/koute/stdweb
|
# Originally this ci script borrowed from https://github.com/koute/stdweb
|
||||||
# because both use `cargo-web` tool to check the compilation.
|
# because both use `cargo-web` tool to check the compilation.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
PID=-1
|
PID=-1
|
||||||
|
|
||||||
function ctrl_c() {
|
function ctrl_c() {
|
||||||
|
|
Loading…
Reference in New Issue