#!/bin/sh # ctg_insdirs # Returns the first of the installation directories. echo $CTG_INSPATH | awk -F: '{ print $1 }'