This commit is contained in:
斟酌 鵬兄 2022-08-11 20:38:17 +08:00
parent e7c016e21b
commit ff08115eb4

View File

@ -175,7 +175,7 @@ function rbash_load {
local f path local f path
echo " $1" echo " $1"
path="sources/$1" path="sources/$1"
f=rbash_cache "https://git.k8s.astropenguin.net/penguin/utils/raw/branch/master/bash/bashrc/$path" f=`rbash_cache "https://git.k8s.astropenguin.net/penguin/utils/raw/branch/master/bash/bashrc/$path"`
source "$f" source "$f"
} }