mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-12 07:46:28 +00:00
Merge pull request #190 from jturner314/rm-old-msg
Remove outdated error message (leftovers from 5dbcabd
).
This commit is contained in:
commit
08ebeb8f65
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…
Reference in New Issue
Block a user