Commit 2c4ac730 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distro_info: fix message output

parent 2bcc6bf6
...@@ -175,7 +175,7 @@ case $DISTRIB_ID in ...@@ -175,7 +175,7 @@ case $DISTRIB_ID in
CMD="xbps" CMD="xbps"
;; ;;
*) *)
fatal "Have no suitable DISTRIB_ID $DISTRIB_ID" echo "We don't support yet DISTRIB_ID $DISTRIB_ID" >&2
;; ;;
esac esac
echo "$CMD" echo "$CMD"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment