summaryrefslogtreecommitdiff
path: root/hack/update-codegen.sh
diff options
context:
space:
mode:
authorsnstaberah <yangyonglc@inspur.com>2023-04-25 16:16:24 +0800
committersnstaberah <yangyonglc@inspur.com>2023-04-25 16:16:24 +0800
commit7045d12e46344c1030b9cd764a37712e339153f9 (patch)
tree67b813c7b646a185766dd99db77646f2a096be05 /hack/update-codegen.sh
parentMerge pull request #4689 from lishaokai1995/master (diff)
downloadkubeedge-7045d12e46344c1030b9cd764a37712e339153f9.tar.gz
use a unified method to find bash,avoid error on some linux os
Signed-off-by: snstaberah <yangyonglc@inspur.com>
Diffstat (limited to 'hack/update-codegen.sh')
-rwxr-xr-xhack/update-codegen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh
index 233fe2ee8..ec222a0ff 100755
--- a/hack/update-codegen.sh
+++ b/hack/update-codegen.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright 2019 The KubeEdge Authors.
#