Differences From Artifact [801dd82b1f]:
- File tuapi.tcl — part of check-in [6c60df91c9] at 2015-02-13 19:16:19 on branch trunk — Updated to allow scan_and_load_kernel_modules to be supplied arguments for kernel modules (user: rkeene, size: 21813) [annotate] [blame] [check-ins using]
To Artifact [c753a6c0fc]:
- File tuapi.tcl — part of check-in [4ea5feb1d3] at 2015-02-18 02:45:15 on branch trunk — Added more whitespace separators to module argument parameters (user: rkeene, size: 21847) [annotate] [blame] [check-ins using]
| ︙ | |||
425 426 427 428 429 430 431 | 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 | - + + |
foreach module $modules {
lappend all_modules $module
}
}
# Determine what modules to add the arguments to
if {[info exists options(args)]} {
|
| ︙ |