Skip to content

Commit

Permalink
feat(extract-libjade.sh): Consistent quouting in list_implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
koraa committed Aug 7, 2024
1 parent e85c50f commit 478b2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract-libjade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fatal_usage() {
}

list_implementations() {
make --no-print-directory -C "$project_dir"/src print-available-implementations
make --no-print-directory -C "${project_dir}/src" print-available-implementations
}

gen_implementation() {
Expand Down

0 comments on commit 478b2f8

Please sign in to comment.