driazati commented on a change in pull request #10277:
URL: https://github.com/apache/tvm/pull/10277#discussion_r808349842
##########
File path: tests/lint/check_asf_header.sh
##########
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/usr/bin/env -S bash -e
Review comment:
While you're cleaning these up could you move all the `bash -e` usages
into a `set -e` after the apache header everywhere? That way we can have a
consistent bash invocation across all scripts
```suggestion
#!/usr/bin/env bash
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]