Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7df231fa authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix script for package check to work on macOS"

parents e5b2b49a 03c64c87
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -42,7 +42,7 @@ while [[ $# -ge 1 ]]; do
  fi
  fi
  # Transform to a slash-separated path and add a trailing slash to enforce
  # Transform to a slash-separated path and add a trailing slash to enforce
  # package name boundary.
  # package name boundary.
  prefixes+=("${package//\./\/}/")
  prefixes+=("${package//\.//}/")
  shift
  shift
done
done