summarylogtreecommitdiffstats
path: root/epsxe.sh
diff options
context:
space:
mode:
authoramagura2016-03-14 19:27:03 -0600
committeramagura2016-03-14 19:27:03 -0600
commit6af8ac7903e2955f5130c6446d821940c3ceb9f7 (patch)
tree543847b2dd1b62d77e24df3ced4b42307f9d7b13 /epsxe.sh
parent6cf531abea17fda2e3418db0ca1c27c376a522dd (diff)
downloadaur-6af8ac7903e2955f5130c6446d821940c3ceb9f7.tar.gz
changed some things in epsxe.sh to see if it helps @DaVinciLord
Diffstat (limited to 'epsxe.sh')
-rw-r--r--epsxe.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/epsxe.sh b/epsxe.sh
index b2406e40be06..0a394651063d 100644
--- a/epsxe.sh
+++ b/epsxe.sh
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
-LD_LIBRARY_PATH+=:/opt/epsxe /opt/epsxe/epsxe "$@"
+#LD_LIBRARY_PATH+=:/opt/epsxe
+
+LD_LIBRARY_PATH="$LD_LIBRARY_PATH":/opt/epsxe /opt/epsxe/epsxe "$@"