Skip to content

Commit

Permalink
fix gen_os arg bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Oct 31, 2024
1 parent f0f2d58 commit b09dc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/os/gen_os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function usage() {
}

param_count=$#
if [ "$param_count" -ne 4 ] && [ "$param_count" -ne 5 ] && [ "$param_count" -ne 6 ]; then
if [ "$param_count" -ne 3 ] && [ "$param_count" -ne 4 ] && [ "$param_count" -ne 5 ]; then
usage
exit 1
fi
Expand Down

0 comments on commit b09dc60

Please sign in to comment.