Merge pull request #268 from Bo98/sh-args-fix

Fixed install.sh not passing arguments to install.py
This commit is contained in:
LexManos 2013-08-04 15:32:06 -07:00
commit 3787e5d701
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
python install.py
python install.py "$@"