From 70e88727b645e3b0d014ddc92e7832144083ee3e Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 1 Feb 2016 08:24:25 +1100 Subject: [PATCH] Shorten the equals fix --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index bf1c8112..d246f00b 100755 --- a/fetch +++ b/fetch @@ -403,7 +403,7 @@ case "$os" in "Windows") distro="$(wmic os get Caption /value)" distro=${distro/Caption} - distro=${distro/Caption\=} + distro=${distro/'='} distro=${distro//[[:space:]]/ } distro=${distro// } distro=${distro/Microsoft }