GramEditor/gram
39
983
Fork
You've already forked gram
88

chore: fix lints and small bugs in shell scripts #139

Merged
krig merged 2 commits from theDoctor/gram:chore/fix-lints-in-shell-scripts into main 2026年03月20日 16:03:18 +01:00
Contributor
Copy link

Took the newly added bash language server for a ride and "fixed" a couple of lints and a small bug.

Took the newly added bash language server for a ride and "fixed" a couple of lints and a small bug.
Owner
Copy link

I tried running ./script/bundle-mac and got this:

 Updating git repository `https://github.com/zed-industries/cargo-bundle.git`
 Ignored package `cargo-bundle v0.6.1-zed (https://github.com/zed-industries/cargo-bundle.git?branch=zed-deploy#2be26699)` is already installed, use --force to override
cargo-about@0.8.2 is already installed.
Generating cargo licenses
+ fail_on_stderr cargo about generate --fail -c script/licenses/licenses.toml script/licenses/template.md.hbs
++ mktemp
+ tmpfile=/var/folders/9g/71df0lls2t3f0xk7c5ttt7qw0000gn/T/tmp.kuF3yt89e7
+ local tmpfile
+ cargo about generate --fail -c script/licenses/licenses.toml script/licenses/template.md.hbs
script/generate-licenses: line 12: tmpfile: unbound variable
+ local rc=0
script/generate-licenses: line 14: tmpfile: unbound variable
I tried running `./script/bundle-mac` and got this: ``` Updating git repository `https://github.com/zed-industries/cargo-bundle.git` Ignored package `cargo-bundle v0.6.1-zed (https://github.com/zed-industries/cargo-bundle.git?branch=zed-deploy#2be26699)` is already installed, use --force to override cargo-about@0.8.2 is already installed. Generating cargo licenses + fail_on_stderr cargo about generate --fail -c script/licenses/licenses.toml script/licenses/template.md.hbs ++ mktemp + tmpfile=/var/folders/9g/71df0lls2t3f0xk7c5ttt7qw0000gn/T/tmp.kuF3yt89e7 + local tmpfile + cargo about generate --fail -c script/licenses/licenses.toml script/licenses/template.md.hbs script/generate-licenses: line 12: tmpfile: unbound variable + local rc=0 script/generate-licenses: line 14: tmpfile: unbound variable ```
Author
Contributor
Copy link

Good catch, I fixed it.

Good catch, I fixed it.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
GramEditor/gram!139
Reference in a new issue
GramEditor/gram
No description provided.
Delete branch "theDoctor/gram:chore/fix-lints-in-shell-scripts"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?