Skip to content

Commit ec42ece

Browse files
Update run-goto-transcoder.sh
1 parent 007dffe commit ec42ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-goto-transcoder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ ! -d "goto-transcoder" ]; then
2828
cd ..
2929
fi
3030

31-
print "Contracts"
31+
echo "Contracts"
3232
ls $contract_folder | grep -v .symtab.out > ./goto-transcoder/_contracts.txt
3333

3434
ls $contract_folder | grep "$supported_regex" | grep -v .symtab.out > ./goto-transcoder/_contracts.txt

0 commit comments

Comments
 (0)