This wasn't of much use. One can just use `make check` and set WINEPATH before manually.sendfile
parent
7c4cd6ee7d
commit
c66420b1dc
@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
if [[ $# -lt 1 ]]; then
|
||||
echo "Starts the specified executable with wine."
|
||||
echo "Usage: $0 executable [additional_dll_path(s)]"
|
||||
exit -1
|
||||
fi
|
||||
for arg in "${@:2}"; do
|
||||
WINEPATH="${arg};${WINEPATH}"
|
||||
done
|
||||
export WINEPATH;
|
||||
wine "${@:1:1}"
|
Loading…
Reference in new issue