Searched refs:outdir (Results 1 – 2 of 2) sorted by relevance
22 outdir="${arg#*=}"46 if [[ (-z $outdir) || (-z $filecheck) || (-z $rsfile) ]]89 if [[ ! -f $outdir/$filecheck_inputfile ]]91 echo "Input file $outdir/$filecheck_inputfile doesn't exist"95 "$filecheck" -input-file "$outdir"/$filecheck_inputfile ${check_prefix} "$rsfile"
203 outdir=`dirname ${filename}`204 if [ ! -d "${outdir}" ]; then \205 echo "ERROR: Output directory does not exist: ${outdir}"212 tempfile=$(tempfile -d ${outdir}) || ( echo "ERROR: couldn't create temporary file in ${outdir}"; e…