From 75b9f4f0a5fc7563941d696f33346394128d2fa4 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 15 Jun 2023 21:06:01 -0400 Subject: [PATCH] Removed shebangs from libraries Former-commit-id: 2d6d4000b0358ba7974350e2f85ec93d1387096f Former-commit-id: c06d215f3d3dac7a8bf53ca5932b6da4752dc20c --- lib/sshync.py | 1 - lib/stweak.py | 1 - port-jobs/SHEBANG.sh | 1 - 3 files changed, 3 deletions(-) diff --git a/lib/sshync.py b/lib/sshync.py index 4904385..ec78faf 100644 --- a/lib/sshync.py +++ b/lib/sshync.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 from os import listdir, remove, walk from os.path import expanduser, isdir, isfile, getmtime, join from subprocess import CalledProcessError, PIPE, run diff --git a/lib/stweak.py b/lib/stweak.py index bb01fa1..edbb9a8 100644 --- a/lib/stweak.py +++ b/lib/stweak.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 from configparser import ConfigParser from curses import A_REVERSE, echo, KEY_DOWN, KEY_UP, cbreak, curs_set, endwin, initscr, newwin, noecho, nocbreak from curses.textpad import rectangle, Textbox diff --git a/port-jobs/SHEBANG.sh b/port-jobs/SHEBANG.sh index 4d18d2f..ec6be36 100755 --- a/port-jobs/SHEBANG.sh +++ b/port-jobs/SHEBANG.sh @@ -1,5 +1,4 @@ #!/bin/sh if [ "$1" = 'HAIKU' ]; then - sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshync.py sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshyp.py fi