Skip to content
Snippets Groups Projects
Unverified Commit 816ae5ac authored by Newbyte's avatar Newbyte :snowflake: Committed by Oliver Smith
Browse files

pmb.sideload: Run $ uname -m in subshell (MR 2390)

Some shells, in particular Nushell, replace the built-in
POSIX-compatible uname with a custom one that does not support common
flags. I opened an issue in the Nushell repository about this, but it
was rejected on the grounds that POSIX compatibility is not a goal. As
such, run this in a subshell to ensure that we get the expected uname
interface.

Nushell issue: https://github.com/nushell/nushell/issues/12570
parent 8b9648b0
No related branches found
No related tags found
1 merge request!2390pmb.sideload: Run $ uname -m in subshell + Annotate "None" return types
Pipeline #188672 passed