#!/bin/sh

TOP=.
if test -d origdir
then
  TOP=origdir
fi

vi `find $TOP/kernel/OS/SCO_SV $TOP/setup/SCO_SV $TOP/os_cmd/SCO_SV -name $1`
