5
0
forked from pool/hyfetch
Files
hyfetch/fix-shebang.patch
Michael Vetter 1b9b75c646 Accepting request 1109689 from home:bkasin
Re-opening the request did not work how I thought it would. This request supersedes #1109643, with the comments from jubalh addressed.

OBS-URL: https://build.opensuse.org/request/show/1109689
OBS-URL: https://build.opensuse.org/package/show/utilities/hyfetch?expand=0&rev=1
2023-09-08 07:32:57 +00:00

26 lines
641 B
Diff

--- a/hyfetch/scripts/neowofetch
+++ b/hyfetch/scripts/neowofetch
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
# vim: noai:ts=4:sw=4:expandtab
# shellcheck source=/dev/null
# shellcheck disable=2009 disable=2153 disable=2154 disable=2243 disable=2244 disable=2317
--- a/hyfetch/scripts/install-autocomplete.sh
+++ a/hyfetch/scripts/install-autocomplete.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
# Usage: ./install-autocomplete.sh [Uninstall]
if [[ "$1" == "uninstall" ]]; then
--- a/hyfetch/main.py
+++ b/hyfetch/main.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
from __future__ import annotations
import argparse