From c518d2ea53c4ccf26e00a28b48ca4f6077494860 Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Sun, 17 Sep 2023 16:20:41 +0200
Subject: fix(hm/conf/firefox/scripts/unzip_mozl4): Change to correct shebang

---
 hm/soispha/conf/firefox/scripts/unzip_mozlz4.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'hm')

diff --git a/hm/soispha/conf/firefox/scripts/unzip_mozlz4.py b/hm/soispha/conf/firefox/scripts/unzip_mozlz4.py
index 311fd214..90dfdd29 100755
--- a/hm/soispha/conf/firefox/scripts/unzip_mozlz4.py
+++ b/hm/soispha/conf/firefox/scripts/unzip_mozlz4.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # source: https://unix.stackexchange.com/a/497861
 # Command-line tool to decompress mozLz4 files used for example by Firefox to store various kinds of session backup information.
 # Works in both Python 2.7.15 and 3.6.7, as of version 2.1.6 of the LZ4 Python bindings at pypi.org/project/lz4.
-- 
cgit 1.4.1