We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d1dd8 commit cf04ec6Copy full SHA for cf04ec6
utils.sh
@@ -483,7 +483,7 @@ build_uni() {
483
return 0
484
fi
485
local list_patches
486
- list_patches=$(java -jar "$cli_jar" list-patches "$patches_jar" -f "$pkg_name" -v -p 2>&1)
+ list_patches=$(java -jar "$cli_jar" list-patches --patches "$patches_jar" -f "$pkg_name" -v -p 2>&1)
487
488
local get_latest_ver=false
489
if [ "$version_mode" = auto ]; then
0 commit comments