xbps-src: remove temp file in non-error case for previous.
This commit is contained in:
parent
28f7abf0f5
commit
83b70adc30
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue