check_source.sh 218 B

1234567891011121314151617
  1. #!/bin/bash
  2. # output version
  3. bash printinfo.sh
  4. make clean > /dev/null
  5. if [ -f check-source.pl ] ; then
  6. echo "checking white spaces..."
  7. perl check-source.pl || exit 1
  8. fi
  9. exit 0
  10. # $Source$
  11. # $Revision$
  12. # $Date$