Skip to content

Commit ad337f2

Browse files
Pass command line args to portable_postbuild.sh
1 parent faf1ff3 commit ad337f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/portable_package_static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
./scripts/portable_postbuild.sh
3+
./scripts/portable_postbuild.sh $@
44

55
DEBUG=false
66

0 commit comments

Comments
 (0)