Skip to content

Commit

Permalink
Fix a CI bug due to different convention (no ./) for referencing fi…
Browse files Browse the repository at this point in the history
…les.

Signed-off-by: Daira-Emma Hopwood <[email protected]>
  • Loading branch information
daira committed Mar 18, 2024
1 parent 54dea8b commit fde4036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/find-orphaned-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function main

function parse-linked-files
{
grep '(' | sed 's/^.*(//; s/)$//' | grep -v '^$' | sort
grep '(' | sed 's@^.*(@./@; s@)$@@' | grep -v '^$' | sort
}

function find-actual-files
Expand Down

0 comments on commit fde4036

Please sign in to comment.