Skip to content

Commit

Permalink
BUG when -z option used
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Oct 13, 2010
1 parent a97a6e7 commit f9330ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scripts/buildtemplateparallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -789,9 +789,10 @@ if [ ! -s $REGTEMPLATE ]
else
echo
echo "--------------------------------------------------------------------------------------"
echo " Initial template found. This will be used for guiding the registration."
echo " Initial template found. This will be used for guiding the registration. use : $REGTEMPLATE and $TEMPLATE "
echo "--------------------------------------------------------------------------------------"
# now move the initial registration template to OUTPUTNAME, otherwise this input gets overwritten.
TEMPLATE=$REGTEMPLATE
cp ${REGTEMPLATE} ${TEMPLATE}

fi
Expand Down

0 comments on commit f9330ea

Please sign in to comment.