summarylogtreecommitdiffstats
path: root/bin32-epsxe.sh
diff options
context:
space:
mode:
authoramagura2017-04-21 17:54:44 -0600
committeramagura2017-04-21 17:54:44 -0600
commit03d6823e571194435dae1684706a66b27a2a4adc (patch)
tree67f376e9af9bed9b42983b6c3447bbf2e2ab0fa8 /bin32-epsxe.sh
parente5776cb0bdd79808430d7e0c0130de1006d9423e (diff)
downloadaur-03d6823e571194435dae1684706a66b27a2a4adc.tar.gz
should fix another issue
Diffstat (limited to 'bin32-epsxe.sh')
-rw-r--r--bin32-epsxe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin32-epsxe.sh b/bin32-epsxe.sh
index cdefca8383c9..491baa7fb10e 100644
--- a/bin32-epsxe.sh
+++ b/bin32-epsxe.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
-LD_LIBRARY_PATH+=:/opt/epsxe LD_PRELOAD=/usr/lib32/libcurl.so.3 /opt/bin32-epsxe/bin32-epsxe "$@"
+LD_LIBRARY_PATH+=:/opt/bin32-epsxe LD_PRELOAD=/usr/lib32/libcurl.so.3 /opt/bin32-epsxe/bin32-epsxe "$@"