Package: python-central Version: 0.5.0 Severity: serious Justification: Policy 10.4
The pycentral.rt* scripts start with:
#! /bin/sh -e
and this only works when the default shell is bash.
Please use:
#! /bin/sh
set -e
instead.
--
.''`. Josselin Mouette /\./\
: :' : [EMAIL PROTECTED]
`. `' [EMAIL PROTECTED]
`- Debian GNU/Linux -- The power of freedom
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

