mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-06 09:39:50 +00:00
set -e
Github not respecting -e in shebang
This commit is contained in:
parent
51b7dc5b5c
commit
5dfd5d8027
@ -1,4 +1,5 @@
|
|||||||
#/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
set -e
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "Usage: $0 [OPTIONS]"
|
echo "Usage: $0 [OPTIONS]"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
set -e
|
||||||
|
|
||||||
CMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE:-Release}"
|
CMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE:-Release}"
|
||||||
SUNSHINE_EXECUTABLE_PATH="${SUNSHINE_EXECUTABLE_PATH:-/usr/bin/sunshine}"
|
SUNSHINE_EXECUTABLE_PATH="${SUNSHINE_EXECUTABLE_PATH:-/usr/bin/sunshine}"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
set -e
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "Usage: $0"
|
echo "Usage: $0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user