From 0f7d778bfe357bd031249165d69561a5f92a0d8a Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 12:14:20 -0500 Subject: 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. --- env.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'env.sh') 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 -- cgit v1.2.3-54-g00ecf