Browse Source

update comment

ruki 2 years ago
parent
commit
2c1d92bf07
1 changed files with 2 additions and 1 deletions
  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"