hotfix python3 install bug

This commit is contained in:
John Anderson 2013-05-05 21:17:02 +08:00
commit 55d09b2858
2 changed files with 7 additions and 8 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright © 2013 Martin Ueding <dev@martin-ueding.de>
# Copyright @ 2013 Martin Ueding <dev@martin-ueding.de>
# Small launcher script for the main module.
@ -8,4 +8,4 @@
set -e
set -u
python3 -m colout.colout "$@"
python -m colout.colout "$@"