#!/bin/sh
#
# getXRootPath - return the bin directory for x programs
#

X=`cmdLocation X`
X=`dirname $X`
X=`deReference $X`

dirname $X

