Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cross-platform support for the new menuinst #474
Add cross-platform support for the new menuinst #474
Changes from 36 commits
aee42a4
45648b9
1539d90
4cbe932
006c584
f882d79
9fc8f95
6d94530
0f86922
a8bd12c
76c826b
710a658
34019a5
46d814e
d6e5b98
4a1fe01
5332f83
b270777
9703908
06cfade
f501c97
0026dd6
33fad98
b5bf02b
5febc0a
f8449ed
908c317
a9987b2
d767967
f248db6
1272033
d1b28e0
86508f6
01d768a
cbc8fb3
e266c5c
f76a60c
1e23a0e
dcfe76a
3ab19c5
1913d14
d77d4a5
3f0b97b
82a8143
2063525
5c62287
e95a193
a3ab442
5729bd3
5cec5c7
72baca8
5974931
eeb8d09
2997281
e834b96
61f2569
3e5233c
b16bb9e
f4dee8a
86dbb9d
4250889
b0b2388
6e054d9
fa6c7f8
09d3964
e57fe08
2aa2458
9f02022
8459f76
df8f97c
a58e839
6260793
5664a06
30dca7c
d43ec53
1ed708d
9daa6c7
73671ae
eb2de34
6cede2b
b51d2e6
2dd8068
9bae24a
09e6b0d
ea8d0a3
5957eb3
ae80615
3f6a4dd
9feb8c5
48a1576
7c62ef6
762a93c
d54149d
06c53f6
56d9d73
dd1321d
6aa66b7
f4bb479
0af4bb4
a73a27a
137b5e6
93d43dc
54af393
ceadb38
5657c99
ae51ac0
af74ec4
7cd489b
6ea01e1
858371a
e585dea
d2a1dc6
ce635fa
3627370
16ee77a
69cddad
03cd520
c5ee5f1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm... disbaling SC2086 prevents detection of missing quotes for the entire command...
does the command rely on splitting the
$env_shortcuts
parameter on spaces... there are examples in https://www.shellcheck.net/wiki/SC2086 on how to do that without entirely disabling SC2086.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it has to split. I tried the array method but that's not POSIX, and then I gave up. 😂