Skip to content

Commit 07541b3

Browse files
committed
bash wants -gt, not >
1 parent 39db772 commit 07541b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33
args=()
44

5-
while [[ $# > 0 ]];
5+
while [[ $# -gt 0 ]];
66
do
77
case "$1" in
88
--prefix)

0 commit comments

Comments
 (0)