Fixed install.sh not passing arguments to install.py

This commit is contained in:
Bo 2013-08-03 17:43:57 +01:00
parent 1a9a16495a
commit ea33f502fc
1 changed files with 1 additions and 1 deletions

View File

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