fixed small bug in pkg-config
[k8jam.git] / misc / Jamfile.glob
blobc5ba10112a42c1089af47c723718abca38910581
1 lst = [ Glob "." : "j*" : ignore-case ] ;
2 echo "lst:" $(lst) ;
4 lst = [ Glob "." : "^s.*" : ignore-case regexp ] ;
5 echo "lst:" $(lst) ;
7 lst = [ Glob "." : "s" : ignore-case regexp ] ;
8 echo "lst:" $(lst) ;