aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 8fec1c7..5b6136f 100644
--- a/src/command.h
+++ b/src/command.h
@@ -52,6 +52,7 @@
{ \
found = 0; \
if (argv[j][0] != '-') continue; \
+ if(!strcmp(argv[0], "wine") && !strcmp(argv[1], "run")) break;\
\
for (unsigned long i = 0; i < ARRAY_LEN(GROUP##_flags); ++i) \
{ \