From fef75dadc94b2ab79fe92dc8bbc8df4ee4aa98d2 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 5 Nov 2020 13:41:20 +1000 Subject: [PATCH] Support systems where bash isn't in /usr/bin --- zebra-utils/zebrad-hash-lookup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-utils/zebrad-hash-lookup b/zebra-utils/zebrad-hash-lookup index 66a97aa7..0d43738b 100755 --- a/zebra-utils/zebrad-hash-lookup +++ b/zebra-utils/zebrad-hash-lookup @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail