diff options
| author | snstaberah <yangyonglc@inspur.com> | 2023-04-25 16:16:24 +0800 |
|---|---|---|
| committer | snstaberah <yangyonglc@inspur.com> | 2023-04-25 16:16:24 +0800 |
| commit | 7045d12e46344c1030b9cd764a37712e339153f9 (patch) | |
| tree | 67b813c7b646a185766dd99db77646f2a096be05 /hack/update-codegen.sh | |
| parent | Merge pull request #4689 from lishaokai1995/master (diff) | |
| download | kubeedge-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-x | hack/update-codegen.sh | 2 |
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. # |
