vinceliuice / Vimix-gtk-themes

Vimix is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
https://vinceliuice.github.io/
GNU General Public License v3.0
1.64k stars 109 forks source link

Install script doesn’t handle -d and -n flags properly #175

Closed rouhannb closed 4 years ago

rouhannb commented 4 years ago

For whatever reason, a recent commit changed what are now lines 238 and 242 from shift 2 to shift. This causes a bug where using the -d or -n flag will cause the script to try to interpret the next parameter (which should be the value of those flags) as a flag itself, and then the script fails.

Reverting lines 238 and 242 back to shift 2 should solve the issue.

vinceliuice commented 4 years ago

Thanks, I fixed this!