Explorar o código

Allow LD_PRELOAD overrides from GAMEMODERUNEXEC commands

sgleizes %!s(int64=4) %!d(string=hai) anos
pai
achega
5163c01d24
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      data/gamemoderun

+ 1 - 1
data/gamemoderun

@@ -6,4 +6,4 @@ GAMEMODEAUTO_NAME="libgamemodeauto.so.0"
 # ld will find the right path to load the library, including for 32-bit apps.
 LD_PRELOAD="${GAMEMODEAUTO_NAME}${LD_PRELOAD:+:$LD_PRELOAD}"
 
-exec $GAMEMODERUNEXEC env LD_PRELOAD="${LD_PRELOAD}" "$@"
+exec env LD_PRELOAD="${LD_PRELOAD}" $GAMEMODERUNEXEC "$@"