Fix whitespace take 2
This commit is contained in:
parent
ac9c0a80c7
commit
dd82e6de24
1 changed files with 2 additions and 1 deletions
3
neofetch
3
neofetch
|
@ -2801,7 +2801,8 @@ getlinebreak () {
|
||||||
# of special characters.
|
# of special characters.
|
||||||
trim() {
|
trim() {
|
||||||
set -f
|
set -f
|
||||||
builtin echo -En $1
|
builtin echo -En ${1//
|
||||||
|
}
|
||||||
set +f
|
set +f
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue