aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--env.sh2
-rw-r--r--functions.sh4
2 files changed, 3 insertions, 3 deletions
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
diff --git a/functions.sh b/functions.sh
index 9a2e685..da94f44 100644
--- a/functions.sh
+++ b/functions.sh
@@ -47,11 +47,11 @@ function spinner() {
case "${spintype}" in
0)
- local spin='.oO0Oo'
+ local spin='-\|/'
local charwidth=1
;;
1)
- local spin='-\|/'
+ local spin='.oO0Oo'
local charwidth=1
;;
2)