Skip to content

Commit f22de99

Browse files
mikedidomizio1nfiniteloop
authored andcommitted
Update package script to also use -p instead of --parents
1 parent 0ccafd3 commit f22de99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ create_package_for()
2424
{
2525
browser_vendor="${1}"
2626
create_manifest_for "${browser_vendor}"
27-
mkdir --parents "out/"
27+
mkdir -p "out/"
2828
zip \
2929
--recurse-paths \
3030
--filesync \

0 commit comments

Comments
 (0)