summaryrefslogtreecommitdiff
path: root/buildtools/compare_install.sh
Commit message (Collapse)AuthorAgeFilesLines
* buildtools: Reformat shell scriptsAndreas Schneider2022-02-221-2/+2
| | | | | | shfmt -f buildtools | xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* 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