From 01e0b98c575f7e058ffe74fc69302bdf72e64a29 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Sun, 7 Jul 2024 09:31:54 -0600 Subject: [PATCH] fedora complains about using /usr/bin/env sh instead of /usr/bin/sh --- umu/umu-launcher/umu-run.in | 2 +- umu/umu-run.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/umu/umu-launcher/umu-run.in b/umu/umu-launcher/umu-run.in index 604799d72..093b4ee9a 100755 --- a/umu/umu-launcher/umu-run.in +++ b/umu/umu-launcher/umu-run.in @@ -1,3 +1,3 @@ -#!/usr/bin/env sh +#!/usr/bin/sh ##INSTALL_PATH## "$@" diff --git a/umu/umu-run.in b/umu/umu-run.in index ed92c1405..2cedff691 100755 --- a/umu/umu-run.in +++ b/umu/umu-run.in @@ -1,3 +1,3 @@ -#!/usr/bin/env sh +#!/usr/bin/sh ##INSTALL_PATH##/umu_run.py "$@"