mhulse / swatches

Collection of Adobe swatches (.ase) :bowtie:
6 stars 0 forks source link

Period in Adobe Illustrator file name breaks #11

Closed mhulse closed 8 years ago

mhulse commented 8 years ago

The dot, and everything after, is ignored: Adobe Illustrator CC 2015.3

mhulse commented 8 years ago

Actually, it doesn't mind the dot. It's the fact that the loop does not expand due to quotes:

https://github.com/mhulse/swatches/blob/20e4ab76403e82e116a6bf3c26010c1694222032/install.sh#L44

And I had another script create a 2015 folder, so this install script used that over the .3 version.

Annoying.