Skip to content
Permalink
Browse files

portutil.tcl: correct a typo in a message

  • Loading branch information
jyrkiwahlstedt committed Mar 12, 2018
1 parent 13f6f0f commit 15858e2af13cbb125e7a54c395af865fa38104a8
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/port1.0/portutil.tcl
@@ -2329,7 +2329,7 @@ proc adduser {name args} {
set failed? 1
} catch {{CHILDSTATUS *} eCode eMessage} {
foreach {- pid code} $eCode {
ui_error "dscl($pid) termined with an exit status of $code"
ui_error "dscl($pid) terminated with an exit status of $code"
ui_debug "dscl printed: $eMessage"
}

0 comments on commit 15858e2

Please sign in to comment.
You can’t perform that action at this time.