build: Explicitly use bash for shell scripts
[vpp.git] / test / scripts / run_in_venv_with_cleanup.sh
index af32f87..3f9d44f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 rv=0
 
 
 rv=0