$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: TEMPLIE Cédric (cedric.templie_at_[hidden])
Date: 2005-03-03 05:31:51
Hello,
I just find an issue or not with glob usage....
When using : if [ glob /S:/MyFolder ] { do_something ; } it generates an
error... It is due to the fact that the path is absolute.
Instead, using : if [ GLOB : /S:/MyFolder ] works.
I do not know if it really an issue, or I did not use glob in the right
way, but I wanted to inform you about that.
Thanks
TEMPLIE Cédric