You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qa_message="IMPORTANT NOTICE\nWill you display changelog ?"
last_change=$(cat CHANGELOG.md | sed -n "/^\(### Change Log\)/,/^\(\s*\)$/p")
if ! [[ $zen_bin ]]; then
echo -e "### Zenity is required to display changelog message with a graphical interface.\nPlease, install it first with your default package manager to get it at next 'make' launch.\n"