1 2 3 4 5 6 7
#!/bin/sh echo "Checking tabs ..." if ! BuildTools/CheckTabs.py; then echo "Expanded tabs found. Aborting commit." exit -1 fi