Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace bash syntax with sh in configure-v3 (#4025)
## Overview Since sh is the default shell in the Makefile, running configure-v3 resulted in the error: `/bin/sh: 2: [[: not found`. This fix modifies the syntax to be compatible with sh, allowing the script to run successfully without errors.
- Loading branch information