Run scripts in an isolated environment (#1889080)

This commit is contained in:
Tomas Orsava 2020-10-19 12:50:23 +02:00
commit d77d134c10
3 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 -B
#!/usr/bin/python3 -sB
# (imports pythondistdeps from /usr/lib/rpm, hence -B)
#
# This program is free software.