1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:37:46 +00:00

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

View file

@ -2,7 +2,7 @@
+++ neofetch-7.0.0/neofetch 2020-04-27 18:57:54.263417418 +0100 +++ neofetch-7.0.0/neofetch 2020-04-27 18:57:54.263417418 +0100
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
-#!/usr/bin/env bash -#!/usr/bin/env bash
+#!/usr/bin/env bash +#!/bin/bash
# vim: noai:ts=4:sw=4:expandtab # vim: noai:ts=4:sw=4:expandtab
# shellcheck source=/dev/null # shellcheck source=/dev/null
# shellcheck disable=2009 # shellcheck disable=2009