Mercurial > hg-stable
view tests/test-install @ 11468:1c1126b1d919 stable
setup: ignore failures to build optional inotify extension
author | Christian Boos <cboos@neuf.fr> |
---|---|
date | Wed, 23 Jun 2010 13:44:07 +0200 |
parents | 36c388a1aa51 |
children |
line wrap: on
line source
#!/bin/sh echo '% hg debuginstall' hg debuginstall echo '% hg debuginstall with no username' HGUSER= hg debuginstall # Happy End true