mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Use /usr/bin/env in the shebang line of shell scripts to ensure portability
This commit is contained in:
parent
02210f1f8d
commit
8083ba086b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
|
||||
app="$1"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
|
||||
file="$1"
|
||||
version="$2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue