--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
I saw someone have this problem yesterday., and in that case the problem was that their PATH to depot_tools included a literal ~ instead of an expanded $HOME (which confuses `which` and other tools). What's the output of `echo $PATH` on your system?