/usr/bin/ensemble.sh is in juju 0.5+bzr531-0ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh
echo ERROR: ensemble has been renamed to juju. Please retry your command as juju $* >&2
exit 1
|