M demo/sparse-array.sh => demo/sparse-array.sh +1 -1
@@ 170,7 170,7 @@ EOF
}
hash-bug() {
- local osh=_bin/cxx-opt/osh
+ local osh=${1:-_bin/cxx-opt/osh}
ninja $osh
# Hm the container doesn't grow here
M doctools/src-tree.sh => doctools/src-tree.sh +6 -0
@@ 71,6 71,12 @@ classify() {
# TODO: make a style for *.test.sh?
echo "$path" >& $txt
;;
+
+ # TODO: Fix BUG in micro-syntax: $(( 1 << i )) is confused for here doc!
+ demo/sparse-array.sh)
+ echo "$path" >& $txt
+ ;;
+
*.cc|*.c|*.h)
echo "$path" >& $cpp
;;