forked from hummypkg/webif
Fix syntax error
This commit is contained in:
parent
a7b7e589e1
commit
0711f9b226
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user