#!/bin/sh
if ruby test_fetchsymbol.rb $1 $2
then
	ruby -I ../../eimxml test_fetchsymbol.rb $1 $2
else
	exit 1
fi
