hardcoded python path in garchive and tragesym
commit5b3a0df1b59013a65c1b532b307ab6fd989dbfbc
authorSven M. Hallberg <pesco@khjk.org>
Tue, 16 May 2023 19:05:52 +0000 (16 19:05 +0000)
committerRoland Lutz <rlutz@hedmen.org>
Sun, 21 May 2023 16:41:51 +0000 (21 18:41 +0200)
treeb481859874148e22146ebb97e240b11a6dbd22c0
parent5a4b3bfb25befe78b1bdcedc53d8a6aa8d7c027a
hardcoded python path in garchive and tragesym

The scripts utils/scripts/garchive.py and utils/scripts/tragesym
hardcode /usr/local/bin/python2.7 as their interpreter (hashbang line).

They should use "/usr/bin/env python2.7" to match other scripts and
common practice.

Closes-bug: lp-2019895
utils/scripts/garchive.py
utils/scripts/tragesym