mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复 可执行文件 提示找不到文件的问题 (#1943)
This commit is contained in:
parent
ffba7ee4a1
commit
49ed5c6632
|
@ -193,7 +193,7 @@ run_else() {
|
|||
local relative_path="${file_param%/*}"
|
||||
if [[ ! -z ${relative_path} ]] && [[ ${file_param} =~ "/" ]]; then
|
||||
cd ${relative_path}
|
||||
file_param=${file_param/$relative_path\//}
|
||||
file_param=${file_param/$relative_path\//.\/}
|
||||
fi
|
||||
|
||||
shift
|
||||
|
|
Loading…
Reference in New Issue
Block a user