8000 路径重新修改 · home-coder/yun-update-source@82795b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82795b2

Browse files
author
jiangxiujie
committed
路径重新修改
1 parent 22c649f commit 82795b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function git_checkout_branch()
112112
function config_register_path()
113113
{
114114
debug_func "config_register_path"
115-
REGISTER_PATH="./r-config/${CURENT_PLATFORM}_register"
115+
REGISTER_PATH="$SCRIPT_PWD/r-config/${CURENT_PLATFORM}_register"
116116
if [ ! -f "$REGISTER_PATH" ]; then
117117
debug_error "$REGISTER_PATH may be not exsit, exit(-1)"
118118
exit -1

0 commit comments

Comments
 (0)
0