From f994747f7a1cdcfd3e701ad72b0f29955ae18167 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 13 Aug 2016 09:37:19 -0400 Subject: [PATCH] We don't use wine anymore --- docs/testenv_rel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testenv_rel b/docs/testenv_rel index 88d2adecd..fff4a7be1 100755 --- a/docs/testenv_rel +++ b/docs/testenv_rel @@ -16,7 +16,7 @@ echo Testing environment for needed release building utilities #flip -h > /dev/null || return_error "flip"; unix2dos -h &> /dev/null || return_error "unix2dos"; -wine --help &> /dev/null || return_error "wine"; +#wine --help &> /dev/null || return_error "wine"; echo All needed utilities found