Ports: Revert neofetch shebang patch change

Looks like this was a search & replace from 0bf5669, but it doesn't
actually work in Serenity.
This commit is contained in:
Linus Groh 2021-01-29 21:33:03 +01:00 committed by Andreas Kling
parent 7449c1b27f
commit 34902f18ce
Notes: sideshowbarker 2024-07-18 22:45:41 +09:00

View file

@ -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