xbps-src: remove temp file in non-error case for previous.

This commit is contained in:
Juan RP 2011-10-14 19:18:34 +02:00
parent 28f7abf0f5
commit 83b70adc30

View file

@ -59,6 +59,7 @@ install_pkglist_from_repos()
cat $tmplogf && rm -f $tmplogf
msg_error "Please see above for the real error, exiting...\n"
fi
rm -f $tmplogf
return $rval
}