summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-01-29 21:33:03 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-29 22:48:58 +0100
commit34902f18ce6da2b7c5e40f71a1dd6d3ab5b9d9b3 (patch)
tree82fe6661a2467bf9c7d47cb98970daf836c69b02 /Ports
parent7449c1b27f08305a30e63e3f16694c85306fba08 (diff)
downloadserenity-34902f18ce6da2b7c5e40f71a1dd6d3ab5b9d9b3.zip
Ports: Revert neofetch shebang patch change
Looks like this was a search & replace from 0bf5669, but it doesn't actually work in Serenity.
Diffstat (limited to 'Ports')
-rw-r--r--Ports/neofetch/patches/fix-shebang.patch2
1 files changed, 1 insertions, 1 deletions
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