mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Explicitly exec shell to fix ENOENT errors.
This commit is contained in:
parent
8ddbcb736a
commit
d1c77b201a
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@ initLowerStore () {
|
|||
}
|
||||
|
||||
execUnshare () {
|
||||
exec unshare --mount --map-root-user "$@"
|
||||
exec unshare --mount --map-root-user "$SHELL" "$@"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue