Skip to content

Commit ed04ee9

Browse files
committed
refactor(wine): disable WINEDEBUG for lip by default
1 parent 7388c94 commit ed04ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wine/lip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#! /usr/bin/env sh
22

3-
wine /opt/lip/lip.exe $@
3+
WINEDEBUG="${WINEDEBUG:--all}" wine /opt/lip/lip.exe $@

0 commit comments

Comments
 (0)