We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39db772 commit 07541b3Copy full SHA for 07541b3
cmake.sh
@@ -2,7 +2,7 @@
2
set -e
3
args=()
4
5
-while [[ $# > 0 ]];
+while [[ $# -gt 0 ]];
6
do
7
case "$1" in
8
--prefix)
0 commit comments