From 83fd2604038d9e7a56e950bf3c58d9a67f69941e Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Thu, 18 Feb 2021 20:17:45 -0500 Subject: [PATCH] Rename 'hand_open 3:4.svg' to 'hand_open_3_4.svg'. (#10) Oops, @ninapaley you added a file with a colon in it, which is bad for Windows systems because that's a special character that can't appear in filenames, so it broke my Windows setup. Fortunately I was able to rename the file on a Linux system but to prevent weird stuff like this from happening in the future, it'd probably be best if you could limit the names of your SVG files to something that works across all kinds of operating systems--maybe the roman alphabet, numbers, hyphens and/or dashes? --- svg/{hand_open 3:4.svg => hand_open_3_4.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename svg/{hand_open 3:4.svg => hand_open_3_4.svg} (100%) diff --git a/svg/hand_open 3:4.svg b/svg/hand_open_3_4.svg similarity index 100% rename from svg/hand_open 3:4.svg rename to svg/hand_open_3_4.svg