--- expect-5.28/example/kibitz.jbj Thu Apr 8 16:25:11 1999 +++ expect-5.28/example/kibitz Thu Apr 8 16:25:32 1999 @@ -354,7 +354,7 @@ # can't use exec since write insists on being run from a tty! set rc [catch { system echo "Can we talk? Run: \"kibitz -$pid\"" | \ - /bin/write $user $tty + /usr/bin/write $user $tty } ] if $rc {rmfifos;abort}