diff options
author | Liav A <liavalb@gmail.com> | 2021-09-24 11:41:26 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-09-24 10:48:30 +0200 |
commit | 09bdb00eb00c13b39df59a30e793e62cd23638e3 (patch) | |
tree | 41368621777721de556cc232fa7c8dc178ab452a /Ports/neofetch | |
parent | 01a06dde0e8de63aadeb42f01c6a2952feffb892 (diff) | |
download | serenity-09bdb00eb00c13b39df59a30e793e62cd23638e3.zip |
Ports: Remove unnecessary patch from the neofetch port
Diffstat (limited to 'Ports/neofetch')
-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 |