aboutsummaryrefslogtreecommitdiffstats
path: root/env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'env.sh')
-rw-r--r--env.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/env.sh b/env.sh
index 5e11081..e265628 100644
--- a/env.sh
+++ b/env.sh
@@ -39,8 +39,12 @@ MAKEFLAGS="-j ${numjobs}"
# Set spinner type (0-12 in funtions.sh)
SPINNER="0"
+
+TESTERUID="$(id -u)" \
+
export PS1 LC_ALL LFS LFS_TGT PATH CONFIG_SITE
export LFS_VER LFS_DISK LFS_FS LFS_PART LFS_PWD NUMPROCS MAKEFLAGS
export SPINNER
+export TESTERUID
unset numjobs