Skip to content

Commit e0778b3

Browse files
committed
chore(packaging: bin): use unbuffered python by default
1 parent 359858e commit e0778b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/usr/bin/pikaur

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/python3 -u
22
"""Licensed under GPLv3, see https://www.gnu.org/licenses/"""
33
# pylint: disable=bare-except,ungrouped-imports,unused-import
44

pikaur.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/python3 -u
22
"""Licensed under GPLv3, see https://www.gnu.org/licenses/"""
33

44
from pikaur.main import main

0 commit comments

Comments
 (0)