mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
runInMachine: Unset another variable
Thanks @cstrahan.
(cherry picked from commit 4dcb685af9
)
This commit is contained in:
parent
d97b17b136
commit
7d67325976
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ rec {
|
|||
eval $i2=/tmp/xchg/$_basename
|
||||
${coreutils}/bin/ls -la $xchg
|
||||
done
|
||||
unset i i2 _basename
|
||||
unset i i2 _basename xchg
|
||||
|
||||
export > $xchg/saved-env
|
||||
export tests='${testScript}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue