summaryrefslogtreecommitdiff
path: root/Ports/neofetch
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/neofetch')
-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