replace printf with echo

This commit is contained in:
Emily Daemon 2022-04-08 12:39:55 +03:00
parent 6077c17a2e
commit a0f15fc61e

View File

@ -3,4 +3,4 @@
export bar=" "
. "$HOME/.config/candybar/config.sh"
printf "$bar\n"
echo "$bar"