$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-22 07:56:01
Hi Philipp,
sorry for slow reply
> This is due to a bashism in common.jam: the normal 'sh' shell
> does not allow 'export VAR=value' but only 'VAR=value;export
> VAR' instead. The patch against 1.24 is attached (I also
> removed some trailing white space, there is more 4 lines down
> but I did not correct it).
Thanks, I've comitted the patch.
- Volodya