summarylogtreecommitdiffstats
path: root/psychonauts.sh
diff options
context:
space:
mode:
authorEric Anderson2018-07-08 14:27:53 -0700
committerEric Anderson2018-07-08 14:27:53 -0700
commita16b49697035cb47e4613f32db54b15654a03c69 (patch)
tree43728278ce98a446bf87a569ded4b721b3489cc1 /psychonauts.sh
parent1e4b18b4e5d61a70caf1e6853e7d5d3c1c47e279 (diff)
downloadaur-psychonauts.tar.gz
Remove optdep for libtxc_dxtn; minor tweaks
libtxc_dxtn is no longer necessary, and is no longer available on the AUR, so remove the reference to reduce confusion. Use exec in .sh since the bash process is useless while playing.
Diffstat (limited to 'psychonauts.sh')
-rwxr-xr-xpsychonauts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/psychonauts.sh b/psychonauts.sh
index e9bb6df747c0..019c7175cd5b 100755
--- a/psychonauts.sh
+++ b/psychonauts.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-cd /opt/psychonauts && ./Psychonauts
+cd /opt/psychonauts && exec ./Psychonauts