diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ function printLine { function printThenPython { printColor "python $*" - python "$*" + python3 "$*" } if [[ $# -eq 0 ]] ; then |