We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd9980 commit 79f86c9Copy full SHA for 79f86c9
tools/copy-boost.sh
@@ -26,7 +26,7 @@ else
26
out_dir="$1" ; shift
27
fi
28
29
-if [ -z "$@" ]; then
+if [ -z "$*" ]; then
30
# src_dirs="include platform plugins src tests"
31
modules="algorithm atomic assert heap lockfree serialization utility"
32
else
0 commit comments