++__cdist_echo

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-06 20:52:14 +02:00
commit 8924a9583d
2 changed files with 5 additions and 1 deletions

View file

@ -175,6 +175,10 @@ __cdist_echo()
error)
echo $__cdist_echo_prefix "Error: $@" >&2
;;
*)
echo "CORE BUG, who created the broken commit?" >&2
exit 23
;;
esac
}