runInMachine: Unset another variable
Thanks @cstrahan.
This commit is contained in:
parent
fed3501b07
commit
4dcb685af9
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…
Reference in a new issue