Merge pull request #190 from jturner314/rm-old-msg

Remove outdated error message (leftovers from 5dbcabd).
This commit is contained in:
Dani 2015-02-17 10:54:17 +01:00
commit 08ebeb8f65

3
tomb
View File

@ -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")