diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 12:23:11 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 12:23:11 -0500 |
commit | 1ff075252a4d0de5a14a8740fa440818c6b61ec1 (patch) | |
tree | 9a40370929f2177d31cfbedad3b83f79e7133666 /env.sh | |
parent | 0f7d778bfe357bd031249165d69561a5f92a0d8a (diff) |
Set default spinnertype to -/|\ and make it the first spinner type in the case.
Diffstat (limited to 'env.sh')
-rw-r--r-- | env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |