mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 18:29:39 +02:00
cont. YAML config file implementation
This commit is contained in:
@@ -284,7 +284,7 @@ std::get_os_release() {
|
||||
}
|
||||
|
||||
std::get_type() {
|
||||
local -a signature=$(typeset -p "$1")
|
||||
local -a signature=( $(typeset -p "$1") )
|
||||
case ${signature[1]} in
|
||||
-Ai* )
|
||||
echo 'int dict'
|
||||
|
||||
Reference in New Issue
Block a user