mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
riscv-toolchains: fix script name
This commit is contained in:
parent
a82a7d708e
commit
a982d3b7e1
@ -36,7 +36,7 @@ export WORKING_DIR_BASE=$GIT_PATH
|
||||
for upstream in "${upstreams[@]}"; do
|
||||
ORG=$(basename $(dirname $upstream))
|
||||
REPO=$(basename $upstream)
|
||||
REPO_NO_GIT=$(basename upstream .git)
|
||||
REPO_NO_GIT=$(basename $upstream .git)
|
||||
SCRIPT=${REPO_NO_GIT}.sh
|
||||
export TUNASYNC_UPSTREAM_URL=$upstream
|
||||
export TUNASYNC_WORKING_DIR=$GIT_PATH/$ORG/$REPO
|
||||
|
Loading…
x
Reference in New Issue
Block a user