diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-02-06 16:26:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-06 16:26:54 +0100 |
commit | f36c3a3f6c795f1aa6b3dc9ff6f151b077531aaa (patch) | |
tree | 308b2519effc53ffeb8b0cbc65b0262345a6c942 /launcher | |
parent | e89a10945c683a1212fa6aa7824173f4f20cdee6 (diff) | |
parent | edaa66f6223b1a4fc21cb26ae5e78f23893e56d7 (diff) | |
download | PrismLauncher-f36c3a3f6c795f1aa6b3dc9ff6f151b077531aaa.tar.gz PrismLauncher-f36c3a3f6c795f1aa6b3dc9ff6f151b077531aaa.tar.bz2 PrismLauncher-f36c3a3f6c795f1aa6b3dc9ff6f151b077531aaa.zip |
Merge pull request #819 from Scrumplex/fix-launch-script
Diffstat (limited to 'launcher')
-rwxr-xr-x | launcher/Launcher.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Launcher.in b/launcher/Launcher.in index 68fac26a..1a23f255 100755 --- a/launcher/Launcher.in +++ b/launcher/Launcher.in @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Basic start script for running the launcher with the libs packaged with it. function printerror { |