James Henstridge <[EMAIL PROTECTED]> wrote:
> On Thu, 18 May 2000, Jacek Pliszka wrote:
> 
> > Hi!
> > 
> > I tried rpm generation.
> > 
> > In dia.spec, in section 
> > %build
> > LINGUAS should be checked for existence:
> > 
> > if [ "$LINGUAS" ]; then
> >   unset LINGUAS
> > fi
> Is that really necessary?  even if LINGUAS is not set, the unset command
> doesn't give an error.

actually it does break the rpm, not because of error but
because of the return value.

export -n LINGUAS works fine.
 

Reply via email to