Make generate-licenses scripts pass shellcheck (#25516)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-02-24 16:03:05 -07:00 committed by GitHub
parent 7b277d2efd
commit 17a483cb03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 15 deletions

View file

@ -18,8 +18,8 @@ echo "Generating cargo licenses"
cargo about generate \
--fail \
-c script/licenses/zed-licenses.toml \
script/licenses/template.csv.hbs \
"$TEMPLATE_FILE" \
| awk 'NR==1{print;next} NF{print | "sort"}' \
> $OUTPUT_FILE
> "$OUTPUT_FILE"
echo "generate-licenses-csv completed. See $OUTPUT_FILE"