#!/bin/sh

UNAME=`uname -n 2>/dev/null`
if [ X$UNAME = X ]
then	echo CONFIG
else	echo ../scripts/CONFIG.$UNAME
fi
