mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
staging/copy.sh: fix on mac
This commit is contained in:
parent
93bd7005e6
commit
4619a3e263
@ -42,7 +42,7 @@ CLIENT_REPO="${MAIN_REPO}/staging/src/${CLIENT_REPO_FROM_SRC}"
|
|||||||
CLIENT_REPO_TEMP="${MAIN_REPO}/staging/src/${CLIENT_REPO_TEMP_FROM_SRC}"
|
CLIENT_REPO_TEMP="${MAIN_REPO}/staging/src/${CLIENT_REPO_TEMP_FROM_SRC}"
|
||||||
|
|
||||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
sedi="-i"
|
sedi="-i=''"
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
rm -rf "${CLIENT_REPO_TEMP}"
|
rm -rf "${CLIENT_REPO_TEMP}"
|
||||||
|
Loading…
Reference in New Issue
Block a user