Skip to content

Commit

Permalink
configure: Correct value assignment to GID_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
konsolebox authored Oct 14, 2024
1 parent b96106b commit 61fb650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ for x; do
--with-timestamp) WITHOUT_TIMESTAMP= ;;
--without-timestamp) WITHOUT_TIMESTAMP=yes ;;
--uid-max) UID_MAX=$var ;;
--gid-max) UID_MAX=$var ;;
--gid-max) GID_MAX=$var ;;
--help|-h) usage ;;
*) die "Error: unknown option $opt" ;;
esac
Expand Down

0 comments on commit 61fb650

Please sign in to comment.