[before] '"${var}"'
[after] '${var}'
" will be treated as a character, it's redundant --- tests/build-pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/build-pkg b/tests/build-pkg index aeaf17787..518298228 100755 --- a/tests/build-pkg +++ b/tests/build-pkg @@ -107,7 +107,7 @@ replace_source() do echo "$url" | egrep 'git+|.git$' && { [ -n "$repo_dir" ] && { - url=""${repo_dir}git://${LKP_SERVER}/${upstream_repo}#commit=${upstream_commit}"" + url="${repo_dir}git://${LKP_SERVER}/${upstream_repo}#commit=${upstream_commit}" } } url=$(echo "$url" | sed 's|https://%7Chttp://%7Cg')