#!/bin/sh if [ $# -eq 0 ]; then SRCDIR="." else SRCDIR=$1; shift fi if [ $# -eq 1 ]; then BDB2=$1; shift fi . $SRCDIR/scripts/defines.sh $SRCDIR $BDB2 echo "modrdn test not yet written" exit 0