| Index: tools/linux-tick-processor
|
| diff --git a/tools/linux-tick-processor b/tools/linux-tick-processor
|
| index 7070ce6fcc9a5aef8c75a25f3ff5b8ba328b8033..4b72980ebc5b2d6427a4c47e63e1c0e1b8ebd1ac 100755
|
| --- a/tools/linux-tick-processor
|
| +++ b/tools/linux-tick-processor
|
| @@ -26,6 +26,7 @@ if [ ! -x $d8_exec ]; then
|
| d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
|
| fi
|
|
|
| +echo "Executing: $d8_exec"
|
| if [ ! -x $d8_exec ]; then
|
| echo "d8 shell not found in $D8_PATH"
|
| echo "To build, execute 'make native' from the V8 directory"
|
|
|