if [ $# = 1 ]
then
NAM=`expr $1 : '^\(\/.*\)'`
if [ X$NAM != X ]
NAM=$1
else
NAM=../$1
fi
echo $NAM
exit 0
echo PATH_ERROR
exit 1