commit | 39d88cc0d4e9f419ff04ad5bc7ebb17ebe446bb2 | [log] [tgz] |
---|---|---|
author | Damjan Marion <damarion@cisco.com> | Fri Apr 29 19:09:38 2022 +0200 |
committer | Damjan Marion <damarion@cisco.com> | Fri Apr 29 19:10:24 2022 +0200 |
tree | b8ae695afcb9ecb7b9f87ddc38e38187fa5848eb | |
parent | 16ca1a9856f6f7abe4cbd3660da2cc1fabc1aa27 [diff] [blame] |
build: use env to find bash path Type: make Change-Id: I9f87134ac05d99051888024f889f05dae8e3feec Signed-off-by: Damjan Marion <damarion@cisco.com>
diff --git a/src/scripts/version b/src/scripts/version index f9f3d21..b8748af 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");