Bug#468900: live-helper: Namespace problem

2008-03-02 Thread Daniel Baumann
Bas Wijnen wrote: > In /usr/share/live-helper/functions/packages.sh, the variable PACKAGES > is used. This name is quite likely to conflict with a user's local > variable if a script is used. It would be better to use a prefix to > avoid this. Something like _LH_PACKAGES should work fine. agree

Bug#468900: live-helper: Namespace problem

2008-03-02 Thread Bas Wijnen
Package: live-helper Version: 1.0~a38-1 In /usr/share/live-helper/functions/packages.sh, the variable PACKAGES is used. This name is quite likely to conflict with a user's local variable if a script is used. It would be better to use a prefix to avoid this. Something like _LH_PACKAGES should wo