mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +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
|
eval $i2=/tmp/xchg/$_basename
|
||||||
${coreutils}/bin/ls -la $xchg
|
${coreutils}/bin/ls -la $xchg
|
||||||
done
|
done
|
||||||
unset i i2 _basename
|
unset i i2 _basename xchg
|
||||||
|
|
||||||
export > $xchg/saved-env
|
export > $xchg/saved-env
|
||||||
export tests='${testScript}'
|
export tests='${testScript}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue