#!/bin/sh # Author: Pablo Greco t_Log "Running $0 - gcc-gnat can build a hello.adb" if [ "$centos_ver" -ne 7 ] ; then t_Log "CentOS $centos_ver -> SKIP" exit 0 fi # creating source code pushd '/var/tmp' >/dev/null FILE='/var/tmp/gcctesthello.adb' EXE='/var/tmp/gcctesthello' cat > $FILE </dev/null