Export env var so the command string is shorter
This commit is contained in:
parent
196594e1df
commit
1992856655
|
@ -17,4 +17,5 @@ if [ -z "$libpath" ]; then
|
|||
printf "%s\n" "Unknown distro, assuming WINE library location is /usr/lib/wine..."
|
||||
libpath="/usr/lib/wine"
|
||||
fi
|
||||
LD_LIBRARY_PATH="$libpath" mono ./EmuHawk.exe >EmuHawkMono_laststdout.txt
|
||||
export LD_LIBRARY_PATH="$libpath"
|
||||
mono ./EmuHawk.exe >EmuHawkMono_laststdout.txt
|
||||
|
|
Loading…
Reference in New Issue