mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 16:11:56 +02:00
Fix cros_workon error complaints to be more descriptive
BUG=none TEST=./cros_workon kernel Review URL: http://codereview.chromium.org/3142032
This commit is contained in:
parent
b0d4eb7423
commit
8216bd952c
@ -231,5 +231,5 @@ case ${WORKON_CMD} in
|
|||||||
stop) ebuild_to_stable "${ATOM_LIST}" ;;
|
stop) ebuild_to_stable "${ATOM_LIST}" ;;
|
||||||
list) [ ${FLAGS_all} = "${FLAGS_FALSE}" ] && show_live_ebuilds || show_workon_ebuilds ;;
|
list) [ ${FLAGS_all} = "${FLAGS_FALSE}" ] && show_live_ebuilds || show_workon_ebuilds ;;
|
||||||
iterate)ebuild_iterate "${ATOM_LIST}" ;;
|
iterate)ebuild_iterate "${ATOM_LIST}" ;;
|
||||||
*) die "invalid cros_workon command" ;;
|
*) die "$(basename $0): command '${WORKON_CMD}' not recognized" ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user