From 9c7d5b6af9d816bd19a68b7ee239bfe60083f038 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Sat, 17 Nov 2018 11:04:05 +0100 Subject: [PATCH] scripts: remove non-working Windows support in fetch-configlet --- bin/fetch-configlet | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/fetch-configlet b/bin/fetch-configlet index 4f64c5b9a..3aa9d103b 100755 --- a/bin/fetch-configlet +++ b/bin/fetch-configlet @@ -8,8 +8,6 @@ case $(uname) in echo "mac";; (Linux*) echo "linux";; - (Windows*) - echo "windows";; (*) echo "linux";; esac)