···65656666 echo "---"
6767 if [[ $_os == "haiku" ]]; then
6868+ # BUG: Haiku Terminal has issues with emojis
6869 # shellcheck disable=SC2154
6969- atfile.say "Update available ($latest_version)\nโณ Run \`$_prog update\` to update" # BUG: Haiku Terminal has issues with emojis
7070+ atfile.say "Update available ($latest_version)\nโณ Run \`$_prog update\` to update"
7071 else
7172 atfile.say "๐ Update available ($latest_version)\n โณ Run \`$_prog update\` to update"
7273 fi