display wrong state to the user (__link)

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-09 15:43:12 +01:00
parent 1092103500
commit 7cc9b217da

View file

@ -48,7 +48,7 @@ case "$state_should" in
echo rm -f \"$destination\"
;;
*)
echo "Unknown state" >&2
echo "Unknown state: $state_should" >&2
exit 1
;;
esac