Merge pull request 'Remove unnecessary exec' (#26) from df/webif:df-noexecpwd-patch into master

Reviewed-on: #26
This commit is contained in:
af123 2021-02-24 12:33:07 +00:00
commit ee810b10cf
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ foreach arg $argv {
lappend dirs $arg
}
}
if {![llength $dirs]} { lappend dirs [exec pwd] }
if {![llength $dirs]} { lappend dirs [pwd] }
foreach dir $dirs {
if {[string index $dir end] eq "/"} {