Compare commits

...

2 Commits

Author SHA1 Message Date
df 7c5b45c63b Merge branch 'master' into df-noexecpwd-patch 2021-02-22 21:24:03 +00:00
df b325b80d38 Remove unnecessary exec
Jim supports the pwd command since at least 6461e8bf6d, so no need to exec it.
2020-11-14 13:33:30 +00:00
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 "/"} {