#!/bin/sh # print out a full pathname, evaluating a relative directory spec into # an absolute spec -- a workaround for the bsdinst bug in the X Imake setup cd ${1:-`pwd`} pwd