diff options
-rw-r--r-- | Ports/neofetch/patches/fix-shebang.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Ports/neofetch/patches/fix-shebang.patch b/Ports/neofetch/patches/fix-shebang.patch deleted file mode 100644 index 0ebe205ace..0000000000 --- a/Ports/neofetch/patches/fix-shebang.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- neofetch-7.1.0/neofetch 2021-01-29 21:35:11.839000000 +0100 -+++ neofetch-7.1.0/neofetch 2021-01-29 21:35:21.531205189 +0100 -@@ -1,4 +1,4 @@ --#!/usr/bin/env bash -+#!/bin/bash - # vim: noai:ts=4:sw=4:expandtab - # shellcheck source=/dev/null - # shellcheck disable=2009 |