1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 05:44:58 +00:00
serenity/Ports/neofetch/patches/fix-shebang.patch
2021-01-22 17:44:05 +01:00

8 lines
277 B
Diff

--- 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
+#!/usr/bin/env bash
# vim: noai:ts=4:sw=4:expandtab
# shellcheck source=/dev/null
# shellcheck disable=2009