We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359858e commit e0778b3Copy full SHA for e0778b3
packaging/usr/bin/pikaur
@@ -1,4 +1,4 @@
1
-#!/usr/bin/python3
+#!/usr/bin/python3 -u
2
"""Licensed under GPLv3, see https://www.gnu.org/licenses/"""
3
# pylint: disable=bare-except,ungrouped-imports,unused-import
4
pikaur.py
from pikaur.main import main
0 commit comments