can't pass args to python3 shebang

This commit is contained in:
Rob Doolittle 2017-05-25 17:39:10 -07:00 committed by Jussi Pakkanen
parent fe84a6f43f
commit c389f7cdc7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3 -u
#!/usr/bin/env python3
# Copyright 2016 The Meson development team