$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Ilya Sokolov (fal_delivery_at_[hidden])
Date: 2008-06-27 15:24:03
Jurko GospodnetiÄ wrote:
> Could you please test whether:
>
> setup-prefix = "cmd.exe /S /C call " ;
> setup-suffix = " \">nul\" \"&&\" " ;
Works for me. It works without /S parameter also.
> works for you, as opposed to:
>
> setup-prefix = "cmd.exe /S /C call " ;
> setup-suffix = " \">nul\" && " ;
I see the same output as Andrej.
> As I see is these quotes around && are needed or otherwise && gets
> interpreted by the bash shell.
You are certainly a shell expert now :-)
HTH