Fix syntax error

This commit is contained in:
prpr 2023-06-05 13:46:51 +01:00
parent a7b7e589e1
commit 0711f9b226
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ if {![exists -proc _del_bindir]} {
proc safe_delete {file {px ""}} {
global _del_dustbin
if {![file exists $file]} return 1
if {![file exists $file]} { return 1 }
# Check if undelete is installed and that the file being
# deleted is not already in the dustbin.