vinceliuice / Matcha-gtk-theme

Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell
https://www.pling.com/p/1187179/
GNU General Public License v3.0
743 stars 67 forks source link

Fixed issue with install script when using '-d' with a directory containing spaces #176

Closed hwittenborn closed 3 years ago

hwittenborn commented 3 years ago

The install script currently janks up like crazy if you run something like this:

./install.sh -d 'directory with spaces'

This PR fixes the issue, which pretty much just adds quotes around some variables to ensure everything functions properly.


Closes https://github.com/vinceliuice/Matcha-gtk-theme/issues/175

vinceliuice commented 3 years ago

Thanks!

hwittenborn commented 3 years ago

Would you be able to make a new release as well? I'd like to package this for Debian under a versioned release, and this was the thing stopping me from doing so.

vinceliuice commented 3 years ago

No problem!

hwittenborn commented 3 years ago

Looks great! Thanks! :smiley:

hwittenborn commented 3 years ago

If it's any concern where the Debian package is located, you can find it here.