diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-14 08:35:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-14 08:35:51 +0000 |
commit | 988cd6f7b79441d0b733ad5a20cabfb5c23836e5 (patch) | |
tree | ea07960a434e4e2194a263c687370ee9e310074a /bashenv.patch | |
parent | 15789d8b89a1c9728a6f74243a80ab7fb1abc00d (diff) |
automatic import of neofetchopeneuler23.03openeuler22.03_LTS_SP2openeuler20.03
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 |