mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-29 07:32:12 +00:00
9 lines
190 B
Bash
Executable File
9 lines
190 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Copyright Beman Dawes, 2010
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# See www.boost.org/LICENSE_1_0.txt
|
|
|
|
bjam $* >bjam.log
|
|
grep "error" <bjam.log
|