2020-03-03 22:03:14

This commit is contained in:
monlor
2020-03-03 22:03:14 +08:00
parent 8df0963179
commit 982572b158
7 changed files with 3 additions and 3 deletions

View File

@@ -281,7 +281,7 @@ bincheck () {
# 通过传入一个字符串,取变量名称等于该字符串的变量值
function parse_str() {
parse_str() {
[ -z "${1}" ] && echo -n "" || eval echo -n '$'"${1}"