Add "unset" to prevent global namespace pollution
This commit is contained in:
parent
73c7f5d2fa
commit
490e8aa046
|
@ -43,6 +43,8 @@ function main()
|
||||||
output+=$'\e[0m'
|
output+=$'\e[0m'
|
||||||
|
|
||||||
sed 's/[ ]+$//' <<<"$output" # remove trailing whitespace
|
sed 's/[ ]+$//' <<<"$output" # remove trailing whitespace
|
||||||
|
|
||||||
|
unset REPLY
|
||||||
}
|
}
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in New Issue