Commit d98f5666 authored by Anton Midyukov's avatar Anton Midyukov

alternatives: do not abort script, when alternatives-manual error

parent 52e2cf20
......@@ -4,7 +4,7 @@
for alternative in $GLOBAL_ALTERNATIVES; do
candidate="${alternative#*:}"
alternative="${alternative%:*}"
alternatives-manual "$alternative" "$candidate"
alternatives-manual "$alternative" "$candidate" ||:
done
alternatives-update
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