diff --git a/Ports/neofetch/patches/fix-shebang.patch b/Ports/neofetch/patches/fix-shebang.patch index ab8efd04943..9fe36cd60aa 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