diff --git a/gotta-patch-em-all-font-patcher!.sh b/gotta-patch-em-all-font-patcher!.sh index 0a982baf5..fea2cfc0a 100755 --- a/gotta-patch-em-all-font-patcher!.sh +++ b/gotta-patch-em-all-font-patcher!.sh @@ -1,5 +1,5 @@ #!/bin/bash - +# version: 0.3.1 # Set source and target directories source_fonts_dir="${PWD}/unpatched-sample-fonts" @@ -107,7 +107,7 @@ do mv "$newly_created_font" $patched_font_dir # un-comment to test this script (patch 1 font) - # break + #break done