We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070b8b3 commit 8c1135cCopy full SHA for 8c1135c
1 file changed
bundle.sh
@@ -24,6 +24,7 @@ done
24
for f in "${lib_files[@]}"; do
25
echo " $f"
26
done
27
+echo " THIRD_PARTY_LICENSES.md"
28
echo ""
29
-roc bundle "${roc_files[@]}" "${lib_files[@]}" --output-dir "$root_dir" "$@"
30
+roc bundle "${roc_files[@]}" "${lib_files[@]}" "$root_dir/THIRD_PARTY_LICENSES.md" --output-dir "$root_dir" "$@"
0 commit comments