Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/extra-environment.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
export MESA_NO_ERROR=1


2 changes: 1 addition & 1 deletion config/game-chooser.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Allow us to overload the game being launched with an environment variable
if [ ! -z "${FERAL_SCRIPT_LAUNCH_GAME}" ]; then
FERAL_GAME_NAME="${FERAL_SCRIPT_LAUNCH_GAME}"
Expand Down
2 changes: 1 addition & 1 deletion config/game-settings.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

FERAL_GAME_NAME="" # Short form name (game binary name)
FERAL_GAME_NAME_FULL="" # Long form name
Expand Down
2 changes: 1 addition & 1 deletion config/steam-check.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ -z ${STEAM_RUNTIME} ]; then
echo "WARNING: ${FERAL_GAME_NAME_FULL} not launched within the steam runtime"
echo " This is likely incorrect and is not officially supported"
Expand Down
2 changes: 1 addition & 1 deletion gamelaunchscript.template.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# ====================================================================
# The MIT License (MIT)
#
Expand Down
2 changes: 1 addition & 1 deletion sysreport.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# =============================================================
# The MIT License (MIT)
#
Expand Down