未验证 提交 1cabd1ba 编写于 作者: R Raphx

Fix patch relative path reference

`get_absolute_path` is called with the patch file path as the first
argument.

This commit fixes the relative path reference in the function to use
the value of the first argument passed into it.
上级 24b8bdc9
......@@ -37,7 +37,7 @@ fetch_patches() {
get_absolute_path() {
local start_dir=$(pwd)
local rel_path=$2
local rel_path=$1
local rel_dir=$(dirname "$rel_path")
local rel_base=$(basename "$rel_path")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册