Make generate-licenses scripts pass shellcheck (#25516)
Release Notes: - N/A
This commit is contained in:
parent
7b277d2efd
commit
17a483cb03
2 changed files with 17 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue