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 8a80da6 commit a2c78c0Copy full SHA for a2c78c0
bin/roosterize
@@ -4,5 +4,5 @@ _DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
4
5
6
( cd $_DIR/../
7
- python -m roosterize.main $@
+ python -m roosterize.main "$@"
8
)
dist-bin/roosterize
- ./roosterize $@
+ ./roosterize "$@"
0 commit comments