Skip to content

Commit

Permalink
[fix] mylib -> mylib_leaky in shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Jul 2, 2022
1 parent d8567d0 commit bb55132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/release-native.sh
Expand Up @@ -31,7 +31,7 @@ manifest() {
build/native.sh \
cpp/ \
mycpp/common.sh \
mycpp/mylib.{cc,h} \
mycpp/mylib_leaky.{cc,h} \
mycpp/gc_heap.{cc,h} \
mycpp/my_runtime.{cc,h} \
mycpp/myerror.h \
Expand Down
2 changes: 1 addition & 1 deletion metrics/source-code.sh
Expand Up @@ -146,7 +146,7 @@ cpp-counts() {
'Includes OS bindings. Small C++ files like cpp/osh_arith_parse.{cc,h} correspond to larger Python files like osh/arith_parse.py.' \
"$@"

ls mycpp/mylib.{cc,h} | $count \
ls mycpp/mylib_leaky.{cc,h} | $count \
'Old mycpp Runtime' \
'This implementation has no garbage collection; it allocates memory forever.' \
"$@"
Expand Down

0 comments on commit bb55132

Please sign in to comment.