#!/bin/bash # Author: Lz if [ "$centos_ver" -ne "7" ];then t_Log "Package not included in CentOS $centos_ver => SKIP" exit 0 fi t_Log "Running $0 - Testing valac by running it with a basic file" # creating source code FILE='/var/tmp/valac-test.vala' EXE='/var/tmp/valac-test' cat > $FILE <