#!/bin/bash

if [ "$ARQROOT" = "" ]
then
    echo "ARQROOT not set" 1>&2
    exit 1
    fi

# CP=$(make_classpath "$ARQROOT")
# echo $CP
exec "$ARQROOT/bin/make_classpath" "$ARQROOT"
