Skip to content

Commit b09dc60

Browse files
committed
fix gen_os arg bug
1 parent f0f2d58 commit b09dc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/os/gen_os.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function usage() {
2222
}
2323

2424
param_count=$#
25-
if [ "$param_count" -ne 4 ] && [ "$param_count" -ne 5 ] && [ "$param_count" -ne 6 ]; then
25+
if [ "$param_count" -ne 3 ] && [ "$param_count" -ne 4 ] && [ "$param_count" -ne 5 ]; then
2626
usage
2727
exit 1
2828
fi

0 commit comments

Comments
 (0)