From: Damjan Marion Date: Fri, 29 Apr 2022 17:09:38 +0000 (+0200) Subject: build: use env to find bash path X-Git-Tag: v22.10-rc0~58 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F36068%2F1;p=vpp.git build: use env to find bash path Type: make Change-Id: I9f87134ac05d99051888024f889f05dae8e3feec Signed-off-by: Damjan Marion --- diff --git a/src/scripts/version b/src/scripts/version index f9f3d215641..b8748af1588 100755 --- a/src/scripts/version +++ b/src/scripts/version @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2015 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License");