Browse Source

Fix namespace name

pull/5/head
Ricardo Barbedo 6 years ago
parent
commit
75fc1f223a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/write_project_tcl_git.tcl

+ 1
- 1
scripts/write_project_tcl_git.tcl View File

@ -165,7 +165,7 @@ proc write_project_tcl_git {args} {
} }
} }
namespace eval ::custom {
namespace eval ::custom_projutils {
# #
# write_project_tcl tcl script argument & file handle vars # write_project_tcl tcl script argument & file handle vars
# #


Loading…
Cancel
Save