Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update Makefile to use dynamic shell path (#10801)
Update the `Makefile` to use the dynamic shell path instead of the hardcoded `/bin/bash`. This ensures that the correct shell is used across different environments. Additionally, the environment variable `SHELL` is updated to use the `which` command to locate the path of the bash shell.
- Loading branch information