1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-06 04:17:35 +00:00
serenity/Ports/neofetch/patches/fix-shebang.patch
2020-04-28 10:18:58 +02:00

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