get correct version of stream library

This commit is contained in:
zimoch
2012-05-15 15:52:29 +00:00
parent 4f05d4e254
commit db50c35ad6

View File

@ -52,7 +52,7 @@ proc startioc {} {
if [info exists streamversion] {
puts $fd "#!/usr/local/bin/iocsh"
puts $fd "require stream,$streamversion"
puts $fd "require stream2,$streamversion"
} else {
puts $fd "#!../O.$env(EPICS_HOST_ARCH)/streamApp"
puts $fd "dbLoadDatabase ../O.Common/streamApp.dbd"