#!/bin/sh
# $Id: nodot,v 1.1 2002/10/15 09:23:34 tom Exp $
PATH=`echo $PATH|sed -e 's/:\.:/:/g' -e 's/^\.://' -e 's/:\.$//'`
export PATH
echo $PATH
eval $*
