pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

commit 1101d12e83256da3bbda0f1170f01e101dc3caff
parent 4d6cedce86a3c62d2013529b0e79284c09ec061b
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Thu, 22 Feb 2024 03:58:53 +0100

Static python3 shebang for now

Diffstat:
Muserns_sandbox.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/userns_sandbox.py b/userns_sandbox.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 import sys import os import os.path