aboutsummaryrefslogtreecommitdiffstats
path: root/env.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 12:14:20 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 12:14:20 -0500
commit0f7d778bfe357bd031249165d69561a5f92a0d8a (patch)
treeb84f7f9a76e402600a5e30dde2944861b53fcada /env.sh
parent8940fe90af138d23df464bf967a77b0285c79e90 (diff)
Adjust function spinner to take in a spinner type. If no type is defined then random will be chosen. Pass the 2nd argument as spinnertype when spinner is invoked. Cleanup some extraction text and reset the colors at the end.
Diffstat (limited to 'env.sh')
-rw-r--r--env.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/env.sh b/env.sh
index 4e05c06..269cb77 100644
--- a/env.sh
+++ b/env.sh
@@ -37,3 +37,8 @@ unset numjobs
export PS1 LC_ALL LFS LFS_TGT PATH CONFIG_SITE
export LFS_VER LFS_DISK LFS_PART LFS_PWD NUMPROCS MAKEFLAGS
+
+
+# Set spinner type (0-11 in funtions.sh)
+SPINNER=0
+export SPINNER