Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Commit

Permalink
fix too many arguments error
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kkaefer committed Apr 17, 2014
1 parent 0c2fab3 commit 8c67815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/scripts/build_boost.sh
@@ -1,6 +1,6 @@
#!/bin/bash

if [ -z "$@" ]; then
if [[ -z "$@" ]]; then
echo "please pass boost library names like '--with-thread' or just a path to headers that use boost (bcp will search them)"
exit 1
fi
Expand Down

0 comments on commit 8c67815

Please sign in to comment.