From 6bdc5436ca1bad22f852d810e574afe105e57e37 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 29 Oct 2016 00:21:42 +0200 Subject: [PATCH] Call wine actually --- scripts/wine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wine.sh b/scripts/wine.sh index 5a19763..f842983 100755 --- a/scripts/wine.sh +++ b/scripts/wine.sh @@ -8,4 +8,4 @@ for arg in "${@:2}"; do WINEPATH="${arg};${WINEPATH}" done export WINEPATH; -echo wine "${@:1:1}" +wine "${@:1:1}"