From e91c6b42f9ed04c1b2c0ae8b8ca0e18a28535412 Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Mon, 9 Sep 2019 17:06:49 +0200 Subject: [PATCH] Test fix for native Zenity on Windows --- shcrt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shcrt b/shcrt index 9d517bd..435892c 100755 --- a/shcrt +++ b/shcrt @@ -26,7 +26,9 @@ function is_wsl { } if is_wsl; then - alias zenity=zenity.exe + function zenity { + zenity.exe "$@" | tr -d '\r' + } fi # Determine script location