From 34902f18ce6da2b7c5e40f71a1dd6d3ab5b9d9b3 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 29 Jan 2021 21:33:03 +0100 Subject: [PATCH] Ports: Revert neofetch shebang patch change Looks like this was a search & replace from 0bf5669, but it doesn't actually work in Serenity. --- Ports/neofetch/patches/fix-shebang.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/neofetch/patches/fix-shebang.patch b/Ports/neofetch/patches/fix-shebang.patch index ab8efd0494..9fe36cd60a 100644 --- a/Ports/neofetch/patches/fix-shebang.patch +++ b/Ports/neofetch/patches/fix-shebang.patch @@ -2,7 +2,7 @@ +++ neofetch-7.0.0/neofetch 2020-04-27 18:57:54.263417418 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env bash -+#!/usr/bin/env bash ++#!/bin/bash # vim: noai:ts=4:sw=4:expandtab # shellcheck source=/dev/null # shellcheck disable=2009