We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9bdae commit b88bb78Copy full SHA for b88bb78
build.sh
@@ -325,7 +325,7 @@ prepare_env() {
325
[[ ${debug} = true ]] && echo -ne " $(pacman -Q ${_pkg} | getclm 2)\n"
326
;;
327
"noversion")
328
- msg_warn "Failed to get the latest version of ${_pkg}."
+ echo; msg_warn "Failed to get the latest version of ${_pkg}."
329
330
"old")
331
[[ "${debug}" = true ]] && echo -ne " $(pacman -Q ${_pkg} | getclm 2)\n"
0 commit comments