mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
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
|
||||
IFS=$'\n\t'
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PID=-1
|
||||
|
||||
function ctrl_c() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user