From b5deb6b255b221a2a10a189ac071830a0cf458e8 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 24 Jan 2016 10:40:45 +1100 Subject: [PATCH] Really really fix whitespace issue --- fetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch b/fetch index ffaaf931..dcd6a016 100755 --- a/fetch +++ b/fetch @@ -895,7 +895,7 @@ getgtk () { # Format the strings gtk2theme=${gtk2theme/${name}*=/} gtk2theme=${gtk2theme//\"/} - gtk2theme=${gtk2theme//[[:space:]]/ } + gtk2theme=${gtk2theme/ / } [ "$gtk2theme" ] && \ gtktheme="$gtk2theme [GTK2] " @@ -903,7 +903,7 @@ getgtk () { # Format the string gtk3theme=${gtk3theme/${name}*=/} gtk3theme=${gtk3theme//\"/} - gtk3theme=${gtk3theme//[[:space:]]/ } + gtk3theme=${gtk3theme/ / } gtktheme="${gtk2theme}${gtk3theme} [GTK3]" # Check to see if gtk2 and gtk3 theme are identical