build: Explicitly use bash for shell scripts
[vpp.git] / extras / vagrant / clearinterfaces.sh
index 31a6309..50b96f0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Capture all the interface IPs, in case we need them later
 ip -o addr show > ~vagrant/ifconfiga