-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
make niri-session POSIX compatible #970
Conversation
a17f2df
to
b8825ca
Compare
As I mentioned in the issue, please leave /bin/sh and change the &> instead. It's supposed to be POSIX compatible |
b8825ca
to
b531d30
Compare
sure thing! i also changed the |
Hmm, so this is a good question. Looks like the
So maybe it's better to leave cc @kchibisov, but I think this invocation was cargo culted from other similar scripts |
The script pretty much does what the gnome shell wrapper does for the same thing, and was written the same way. There's generally no way to easy set the zero argument unless you use bash/zsh/etc. You may try to pass the |
Let's just leave |
Thanks |
* make niri-session POSIX compatible * Update resources/niri-session --------- Co-authored-by: Ivan Molodetskikh <[email protected]>
* make niri-session POSIX compatible * Update resources/niri-session --------- Co-authored-by: Ivan Molodetskikh <[email protected]>
* make niri-session POSIX compatible * Update resources/niri-session --------- Co-authored-by: Ivan Molodetskikh <[email protected]>
* make niri-session POSIX compatible * Update resources/niri-session --------- Co-authored-by: Ivan Molodetskikh <[email protected]>
* make niri-session POSIX compatible * Update resources/niri-session --------- Co-authored-by: Ivan Molodetskikh <[email protected]>
* make niri-session POSIX compatible * Update resources/niri-session --------- Co-authored-by: Ivan Molodetskikh <[email protected]>
&> redirection is undefined in POSIX sh (should fix #969)