aboutsummaryrefslogtreecommitdiff
path: root/src/wine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wine.c')
-rw-r--r--src/wine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wine.c b/src/wine.c
index e843b35..830f9ee 100644
--- a/src/wine.c
+++ b/src/wine.c
@@ -138,6 +138,7 @@ COMMAND(wine, remove)
return EXIT_FAILURE;
}
}
+ puts(winepath);
int retval = removeDir(winepath);
if (!retval)