escape mac path space for tocu cmd
This commit is contained in:
parent
5c717b1537
commit
23baa6d535
2
flash
2
flash
|
|
@ -47,7 +47,7 @@
|
||||||
# Where Decks Are Located for linux & mac
|
# Where Decks Are Located for linux & mac
|
||||||
OS="$(uname)"
|
OS="$(uname)"
|
||||||
case "$OS" in
|
case "$OS" in
|
||||||
"Darwin") DIR="$HOME/Library/Application Support/flash" ;;
|
"Darwin") DIR="$HOME/Library/Application\ Support/flash" ;;
|
||||||
"Linux") DIR="$HOME/.local/share/flash" ;;
|
"Linux") DIR="$HOME/.local/share/flash" ;;
|
||||||
*) DIR="$HOME/.local/share/flash" ;;
|
*) DIR="$HOME/.local/share/flash" ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue