Skip to content

Commit

Permalink
Remove space in name Bold Italic
Browse files Browse the repository at this point in the history
Using Bold-Italic fits file and folder name patterns better
  • Loading branch information
bkmgit committed Oct 29, 2022
1 parent 315cb3b commit ac4fc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkttf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if [ -n "$SRCDIR_TEST" -a ! -e "${SRCDIR}/${SRCDIR_TEST}" ]; then
fi

# -p to suppress errors.
mkdir -p Normal Bold Italic 'Bold Italic' || error 4 'Could not create target directories.'
mkdir -p Normal Bold Italic Bold-Italic || error 4 'Could not create target directories.'

##################################################
# NOTE: The following code is Terminus-specific! #
Expand Down

0 comments on commit ac4fc07

Please sign in to comment.