2
0
ruki 2 жил өмнө
parent
commit
2c1d92bf07
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      configure

+ 2 - 1
configure

@@ -60,7 +60,8 @@ _is_enabled()
     return 1
 }
 
-# define map
+# define map, @note we can not use bash/declare to define map, because sh does not support it.
+#
 # _map "options"
 # _map_set "options" "key1" "value1"
 # _map_set "options" "key2" "value2"