Skip to content

Commit 89096f9

Browse files
committed
python -su
1 parent 93c899d commit 89096f9

20 files changed

+20
-20
lines changed

usr/bin/archive.today

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 -u
1+
#!/usr/bin/python3 -su
22

33
## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
44
## See the file COPYING for copying conditions.

usr/bin/chmod-calc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 -u
1+
#!/usr/bin/python3 -su
22

33
## Copyright (C) 2024 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
44
## See the file COPYING for copying conditions.

usr/bin/stat-all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 -u
1+
#!/usr/bin/python3 -su
22

33
import os
44
import stat

usr/bin/str_match

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 -u
1+
#!/usr/bin/python3 -su
22

33
from pathlib import Path
44
import sys

usr/bin/str_replace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 -u
1+
#!/usr/bin/python3 -su
22

33
from pathlib import Path
44
import sys

usr/bin/tor-circuit-established-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 -u
1+
#!/usr/bin/python3 -su
22

33
## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
44
## See the file COPYING for copying conditions.

usr/bin/unicode-show

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 -u
1+
#!/usr/bin/python3 -su
22

33
## Copyright (C) 2025 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
44
## See the file COPYING for copying conditions.

usr/lib/python3/dist-packages/guimessages/guimessage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 -u
1+
#!/usr/bin/python3 -su
22

33
## Copyright (C) 2014 troubadour <trobador@riseup.net>
44
## Copyright (C) 2014 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>

usr/lib/python3/dist-packages/guimessages/translations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 -u
1+
#!/usr/bin/python3 -su
22

33
## Copyright (C) 2014 troubadour <trobador@riseup.net>
44
## Copyright (C) 2014 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>

usr/libexec/helper-scripts/append-shared

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 -u
1+
#!/usr/bin/python3 -su
22

33
## Copyright (C) 2025 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
44
## See the file COPYING for copying conditions.

0 commit comments

Comments
 (0)