Merge pull request #268 from Bo98/sh-args-fix
Fixed install.sh not passing arguments to install.py
This commit is contained in:
commit
3787e5d701
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
python install.py
|
python install.py "$@"
|
||||||
|
|
Loading…
Reference in a new issue