From 739088a8877e0360428e74ca705062d536192d10 Mon Sep 17 00:00:00 2001 From: Bryan Jenks Date: Sat, 2 May 2020 15:17:14 -0700 Subject: [PATCH] rmeove that backslash for mac, doesnt work --- flash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash b/flash index 430ee92..289c708 100755 --- a/flash +++ b/flash @@ -47,7 +47,7 @@ # Where Decks Are Located for linux & mac OS="$(uname)" case "$OS" in - "Darwin") DIR="$HOME/Library/Application\ Support/flash" ;; + "Darwin") DIR="$HOME/Library/Application Support/flash" ;; "Linux") DIR="$HOME/.local/share/flash" ;; *) DIR="$HOME/.local/share/flash" ;; esac