$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-03-22 10:57:44
That's a serious bug as far as I'm concerned.
-Dave
----- Original Message -----
From: "Vladimir Prus" <ghost_at_[hidden]>
>
> Hi,
> the following code:
>
> l = "" a b ;
>
> if $(l) {
> ECHO "Okay" ;
> }
>
> Behaves differently in 2.3 and the most most recent version from the
public
> depot. Should this be considered a bug?