InstallationCheck 72 B

12345678
  1. #!/bin/sh
  2. if test -f "$3"/usr/bin/gcc
  3. then
  4. exit 0
  5. else
  6. exit 112
  7. fi