hotfix python3 install bug
This commit is contained in:
parent
0f5b91ccec
commit
55d09b2858
2 changed files with 7 additions and 8 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue