Small bugfix in mlog2db

This commit is contained in:
Bastian M. Wojek 2008-10-01 17:52:28 +00:00
parent a85e593237
commit 6dbfb112ce

View File

@ -242,7 +242,7 @@ else
else
if [ -r $TEMP$EXTENSION.mlog ]; then
TEMPLATE=$TEMP$EXTENSION.mlog
elif [ -r $TEMP$3.msr ]; then
elif [ -r $TEMP$EXTENSION.msr ]; then
TEMPLATE=$TEMP$EXTENSION.msr
fi
fi