mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-04-08 18:51:51 +00:00
Remove outdated error message
Commit 5dbcabdf2636300f6877e6bab27ef51c7b739a8f removed the `chown` call in `_tmp_create()` but not the associated error message. This commit removes that error message since it is just dead code.
This commit is contained in:
parent
98db698ac0
commit
030704f5f3
3
tomb
3
tomb
@ -271,9 +271,6 @@ _tmp_create() {
|
|||||||
[[ $? == 0 ]] || {
|
[[ $? == 0 ]] || {
|
||||||
_failure "Fatal error creating a temporary file: ::1 temp file::" "$tfile" }
|
_failure "Fatal error creating a temporary file: ::1 temp file::" "$tfile" }
|
||||||
|
|
||||||
[[ $? == 0 ]] || {
|
|
||||||
_failure "Fatal error setting ownership on temporary file: ::1 temp file::" "$tfile" }
|
|
||||||
|
|
||||||
_verbose "Created tempfile: ::1 temp file::" "$tfile"
|
_verbose "Created tempfile: ::1 temp file::" "$tfile"
|
||||||
TOMBTMP="$tfile"
|
TOMBTMP="$tfile"
|
||||||
TOMBTMPFILES+=("$tfile")
|
TOMBTMPFILES+=("$tfile")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user