Skip to content

font create script small fix #1

@joshuah345

Description

@joshuah345

If font postscript name contains spaces the script interprets it as a second font due to default behavior of for loop is split on spaces, tab and newline , so you should only split on new lines.

IFS=$'\n' should fix that

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions