Index: library/lib/nx-shell.tcl =================================================================== diff -u -ra963e8896fd07c345ccfa034cbd043344edbf083 -r78c12b94b4cdcd5edb70a546b7bbb7c0a4724668 --- library/lib/nx-shell.tcl (.../nx-shell.tcl) (revision a963e8896fd07c345ccfa034cbd043344edbf083) +++ library/lib/nx-shell.tcl (.../nx-shell.tcl) (revision 78c12b94b4cdcd5edb70a546b7bbb7c0a4724668) @@ -106,7 +106,7 @@ fileevent stdin readable {} :onExit -shell ${:forever} } else { - # non-interactive modes + # noninteractive modes :nonInteract {*}$argv } :exitOff @@ -115,7 +115,7 @@ :protected object method nonInteract {-c:switch args} { if {$c} { - # non-interactive mode: arg command xor stdin + # noninteractive mode: arg command xor stdin if {[llength $args]} { # arg command plus argc/argv set args [lassign $args script] @@ -129,7 +129,7 @@ } :evalScript -exit $script } else { - # non-interactive mode: script + # noninteractive mode: script set ::argv [lassign $args argv0] incr ::argc -1 if {[catch {uplevel #0 [list source $argv0]} msg opts]} {