Skip to content

Commit

Permalink
Fix quotes in export (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryphe authored Aug 1, 2019
1 parent b55caa9 commit 2c8b24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/linux/AppRun
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
HERE=$(dirname $(readlink -f "${0}"))
export PATH="${HERE}/usr/bin":$PATH
export LD_LIBRARY_PATH="${HERE}/usr/lib/":$LD_LIBRARY_PATH
export PATH="${HERE}/usr/bin:$PATH"
export LD_LIBRARY_PATH="${HERE}/usr/lib/:$LD_LIBRARY_PATH"
${HERE}/usr/bin/Oni2 $@

0 comments on commit 2c8b24f

Please sign in to comment.