You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/02/16 19:31:24 UTC

[GitHub] [tvm] yelite commented on a change in pull request #10277: Use `/usr/bin/env bash` in shebang for all scripts under tests

yelite commented on a change in pull request #10277:
URL: https://github.com/apache/tvm/pull/10277#discussion_r808382995



##########
File path: tests/lint/check_asf_header.sh
##########
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/usr/bin/env -S bash -e

Review comment:
       Updated. Actually it won't build without this change. The coreutil in the CI docker image might be old and doesn't have the `-S` arg for `env`.




-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org