summaryrefslogtreecommitdiffstats
path: root/buildtools/compare_install.sh
Commit message (Collapse)AuthorAgeFilesLines
* waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotesBjörn Jacke2010-12-021-1/+1
| | | | | | | - some Unix shells actually don't like grep ^foo, use grep "^foo" instead. - bash is not installed on every system, please avoid #!/bin/bash and use #!/bin/sh instead
* build: make compare_install.sh also check for missing directoriesAndrew Tridgell2010-04-191-2/+2
| | | | Thanks to Nadya for pointing this out
* build: tool to find missing install componentsAndrew Tridgell2010-04-061-0/+8