Skip to content

Commit 79f86c9

Browse files
committed
Fix type error in bash script
1 parent 9fd9980 commit 79f86c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/copy-boost.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else
2626
out_dir="$1" ; shift
2727
fi
2828

29-
if [ -z "$@" ]; then
29+
if [ -z "$*" ]; then
3030
# src_dirs="include platform plugins src tests"
3131
modules="algorithm atomic assert heap lockfree serialization utility"
3232
else

0 commit comments

Comments
 (0)