remove changes, needs some extra thought first ...

Olliver Schinagl
2021-10-07 09:32:48 +02:00
parent d3efa7c15e
commit 1c936f79fa

@@ -50,7 +50,7 @@ If you don't have a default case because the default should be to take no action
case "$(uname)" in case "$(uname)" in
CYGWIN*) cygwin=1;; CYGWIN*) cygwin=1;;
MINGW*) mingw=1;; MINGW*) mingw=1;;
*) ;; # fall-through, No special workarounds identified *) # No special workarounds identified
esac esac
``` ```