From 1ff075252a4d0de5a14a8740fa440818c6b61ec1 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 12:23:11 -0500 Subject: Set default spinnertype to -/|\ and make it the first spinner type in the case. --- env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env.sh') diff --git a/env.sh b/env.sh index 269cb77..e3df8e1 100644 --- a/env.sh +++ b/env.sh @@ -39,6 +39,6 @@ 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) +# Set spinner type (0-12 in funtions.sh) SPINNER=0 export SPINNER -- cgit v1.2.3-54-g00ecf