Open jonahkagan opened 10 years ago
argparser requires /bin/bash to do its parsing. If /bin/bash is not in gearcmd's PATH, it will exit with error: "exit status 127" and no other information. This requirement should be made explicit and given a clear error message.
could also change the hashbang to the more portable #!/usr/bin/env bash
#!/usr/bin/env bash
argparser requires /bin/bash to do its parsing. If /bin/bash is not in gearcmd's PATH, it will exit with error: "exit status 127" and no other information. This requirement should be made explicit and given a clear error message.