mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Fix grep command
[SVN r71290]
This commit is contained in:
parent
ce8cdc5510
commit
372ac52f7d
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ the headers only.
|
|||
|
||||
The Boost libraries requiring separate building and installation are:
|
||||
EOF
|
||||
$BJAM -d0 --show-libraries | grep '^\s*-'
|
||||
$BJAM -d0 --show-libraries | grep '^[[:space:]]*-'
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue