#!/bin/sh
#           This file is sourced from buildmathpass

licensevar="badlic"
while [ $licensevar = "badlic" ]; do
      printm LicenseID
      promptname=LicenseID; defanswer=""; . printp
      licensevar=`echo $curans | awk -f $utils/licchk.awk`
done 
