Your message dated Sun, 25 Jun 2006 21:03:46 +0200
with message-id <[EMAIL PROTECTED]>
and subject line python-central: bashisms in /usr/share/python/runtime.d/
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Le dimanche 25 juin 2006 à 13:22 +0200, Josselin Mouette a écrit :
> 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.
I've just been told this is correct POSIX syntax. Please just ignore
this bug, then.
--
.''`. Josselin Mouette /\./\
: :' : [EMAIL PROTECTED]
`. `' [EMAIL PROTECTED]
`- Debian GNU/Linux -- The power of freedom
signature.asc
Description: Ceci est une partie de message numériquement signée
--- End Message ---