Skip to content

Commit

Permalink
fix(utilities): Correct shell quoting on generated chapter concatenater
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Feb 17, 2022
1 parent 4314008 commit d72bb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/split_chapters.zsh.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ for chapter in $chapters; do
done

# Make source an index to the chapters
> $src <<< "esyscmd([[loadchapters.zsh $dir/<0->-*.md]])"
> $src <<< "esyscmd([[loadchapters.zsh \"$dir/<0->-*.md\"]])"
@GIT@ add $src

0 comments on commit d72bb91

Please sign in to comment.