summarylogtreecommitdiffstats
path: root/takc
diff options
context:
space:
mode:
authorJianfeng Zhang2021-09-07 00:00:06 -0700
committerJianfeng Zhang2021-09-07 00:00:06 -0700
commitec8e6172655091920881037e628a5a8f85e731b5 (patch)
tree47b4d699515a35477329df3d54290859b3528b06 /takc
parent5161d3da516c3b51f2c4bc844910db752c1e783b (diff)
downloadaur-ec8e6172655091920881037e628a5a8f85e731b5.tar.gz
updated to 2.3.1; double quotes in bash script
Diffstat (limited to 'takc')
-rwxr-xr-xtakc2
1 files changed, 1 insertions, 1 deletions
diff --git a/takc b/takc
index 5f0de5b64c3b..41f56bf47ac9 100755
--- a/takc
+++ b/takc
@@ -1,2 +1,2 @@
#!/bin/sh
-WINEDEBUG=fixme-all exec /usr/bin/wine /usr/share/tak/takc.exe $@
+WINEDEBUG=fixme-all exec /usr/bin/wine /usr/lib/tak/takc.exe "$@"