File shebang.patch of Package gamescope-session-plus
diff --git a/usr/bin/export-gpu b/usr/bin/export-gpu index e070e47..ac98771 100755 --- a/usr/bin/export-gpu +++ b/usr/bin/export-gpu @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/bash # Search for all VGA-compatible devices echo "Searching for VGA-compatible devices..." diff --git a/usr/bin/gamescope-session-plus b/usr/bin/gamescope-session-plus index cf2a7a8..988b357 100755 --- a/usr/bin/gamescope-session-plus +++ b/usr/bin/gamescope-session-plus @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/bash declare -r CLIENT=$1 diff --git a/usr/share/gamescope-session-plus/gamescope-session-plus b/usr/share/gamescope-session-plus/gamescope-session-plus index 6ac8d89..f22118d 100755 --- a/usr/share/gamescope-session-plus/gamescope-session-plus +++ b/usr/share/gamescope-session-plus/gamescope-session-plus @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/bash set -x