mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
edob: do not die if log file exists
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -80,7 +80,6 @@ edob() {
|
||||
[[ -z ${log_name} ]] && log_name="$(basename ${1})"
|
||||
|
||||
local log_file="${T}/${log_name}.log"
|
||||
[[ -f ${log_file} ]] && die "Log file ${log_file} exists. Consider using \"edob -l\""
|
||||
|
||||
ebegin "${message}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user