aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2022-04-29 19:09:38 +0200
committerDamjan Marion <damarion@cisco.com>2022-04-29 19:10:24 +0200
commit39d88cc0d4e9f419ff04ad5bc7ebb17ebe446bb2 (patch)
treeb8ae695afcb9ecb7b9f87ddc38e38187fa5848eb /src/scripts
parent16ca1a9856f6f7abe4cbd3660da2cc1fabc1aa27 (diff)
build: use env to find bash path
Type: make Change-Id: I9f87134ac05d99051888024f889f05dae8e3feec Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/version2
1 files changed, 1 insertions, 1 deletions
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");