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:
parent
7449c1b27f
commit
34902f18ce
Notes:
sideshowbarker
2024-07-18 22:45:41 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/34902f18ce6 Pull-request: https://github.com/SerenityOS/serenity/pull/5170
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue