make sure $1 is a directory

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11644 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-02-15 16:59:32 +00:00
parent 2e09487e2e
commit 066488a440

View File

@@ -3,6 +3,7 @@
echo "fixing distribution in $1..."
test -d "$1" || { echo not a dir in \$1 ; exit 1 ; }
cd $1
if test "$DATEDVERSION"; then