Browse Source

update comment

ruki 2 năm trước cách đây
mục cha
commit
2c1d92bf07
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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"