We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3b04e commit b7b4f3bCopy full SHA for b7b4f3b
scripts/for_all_contracts_exec2.sh
@@ -140,9 +140,9 @@ fi
140
for (( i = start; i <= end; i++ )); do
141
manifest_path="${filtered_manifests[$i]}"
142
echo "manifest_path" $manifest_path >&2
143
- ls -lh ${CONTRACT_SIZE_FILE}$example* >&2
144
example="$(dirname "$manifest_path" | cut -d'/' -f3)"
145
echo "example" $example >&2
+ ls -lh ${CONTRACT_SIZE_FILE}$example* >&2
146
size_file="$CONTRACT_SIZE_FILE$example"
147
echo "size_file" $size_file >&2
148
command[$arg_index]="$manifest_path"
0 commit comments