diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-06 15:43:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-06 15:43:04 +0000 |
commit | 7be36680d3d24eb9c0b45383c2dceb3f7d3b216c (patch) | |
tree | ea07960a434e4e2194a263c687370ee9e310074a /bashenv.patch | |
parent | 50750e31fef781234bea2554d8ca73bca15e96be (diff) |
automatic import of neofetchopeneuler24.09
Diffstat (limited to 'bashenv.patch')
-rw-r--r-- | bashenv.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bashenv.patch b/bashenv.patch new file mode 100644 index 0000000..3863e88 --- /dev/null +++ b/bashenv.patch @@ -0,0 +1,8 @@ +--- neofetch.orig 2020-08-03 02:37:41.000000000 +0800 ++++ neofetch 2022-08-08 16:10:10.823144200 +0800 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env bash ++#!/usr/bin/bash + # vim: noai:ts=4:sw=4:expandtab + # shellcheck source=/dev/null + # shellcheck disable=2009 |