Skip to content

Commit

Permalink
Add more readable debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Jan 11, 2024
1 parent 4269944 commit 31537a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function process_args() {
prev_load=""
found_known_v_file=no
while read i; do
>&2 printf "process_args: processing (%q)\n" "$i"
if [[ "$i" == *".v" ]] && [ "$(readlink -f "${known_v_file}")" == "$(readlink -f "$i")" ]; then
found_known_v_file=yes
fi
Expand Down

0 comments on commit 31537a3

Please sign in to comment.