Skip to content

Commit

Permalink
fix: Make sure that the filepath shell arguments are enclosed in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
aragon999 committed Jul 16, 2024
1 parent bd5d626 commit 7e3d72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/gftools/builder/operations/autohintOTF.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

class AutohintOTF(OperationBase):
description = "Run otfautohint"
rule = "otfautohint $args -o $out $in \\|\\| otfautohint $args -o $out $in --no-zones-stems"
rule = "otfautohint $args -o \"$out\" \"$in\" \\|\\| otfautohint $args -o \"$out\" \"$in\" --no-zones-stems"

0 comments on commit 7e3d72f

Please sign in to comment.