#!/bin/sh
#
# getInstallRoot - Get the root of the install area
#

echo "$HOME"


