michaelsembwever commented on code in PR #2787: URL: https://github.com/apache/cassandra/pull/2787#discussion_r1360706839
########## .build/run-tests.sh: ########## @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash Review Comment: I saw it break in some environments (where it picked up custom bash command on the path). this was the simple fix. i haven't yet heard of an env where /bin/bash does not exist. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

