Skip to content

Commit

Permalink
use wildcard syntax now that it catches empty strings
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Nov 19, 2020
1 parent b4ad524 commit 727ef4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/pkgbuilds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gitroot="$(git rev-parse --show-toplevel)"
"${gitroot}"/mk/private-build-plans.toml.sh
pbp_sha256="$(sha256sum "${gitroot}"/private-build-plans.toml | cut -d' ' -f 1)"

yaml-get -p 'spacings[. =~ //]' "${gitroot}"/vars.yml | while read spacing; do
yaml-get -p 'spacings.*' "${gitroot}"/vars.yml | while read spacing; do

folder="${gitroot}/pkgs/ttf-iosevka-${spacing}${spacing:+-}custom-git"

Expand Down

0 comments on commit 727ef4a

Please sign in to comment.