Add "unset" to prevent global namespace pollution

This commit is contained in:
xylous 2021-06-24 14:15:15 +03:00
parent 73c7f5d2fa
commit 490e8aa046

View File

@ -43,6 +43,8 @@ function main()
output+=$'\e[0m'
sed 's/[ ]+$//' <<<"$output" # remove trailing whitespace
unset REPLY
}
###