summaryrefslogtreecommitdiff
path: root/Ports/neofetch/patches/fix-shebang.patch
blob: 9fe36cd60aa2c48885e49c4bb2ca20b3f8a86dd8 (plain)
1
2
3
4
5
6
7
8
--- neofetch-7.0.0/neofetch	2020-04-27 15:12:00.884771680 +0100
+++ neofetch-7.0.0/neofetch	2020-04-27 18:57:54.263417418 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 # vim: noai:ts=4:sw=4:expandtab
 # shellcheck source=/dev/null
 # shellcheck disable=2009