Modified source for rcp

This commit is contained in:
cvs
2000-11-07 12:13:02 +00:00
parent 90d543982d
commit 973aec3506

View File

@ -3,7 +3,7 @@
# #
# Script to compile and link the SinqHM_srv programs for vxWorks # Script to compile and link the SinqHM_srv programs for vxWorks
# #
# rcp -p "lnsa09:tas_src:[sinqhm]bld." ~/wind/SinqHM/bld # rcp -p "lnsa04:sinqhm/bld" ~/wind/SinqHM/bld
## printf 'Arg 0 = "%s"\n' $0 ## printf 'Arg 0 = "%s"\n' $0
## printf 'Arg 1 = "%s"\n' $1 ## printf 'Arg 1 = "%s"\n' $1
@ -19,9 +19,9 @@
## alias rcp 'echo " Warning -- remote copy disabled"; echo \!\!:* > /dev/null' ## alias rcp 'echo " Warning -- remote copy disabled"; echo \!\!:* > /dev/null'
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
if ("`whoami`" == "maden") then if ("`whoami`" == "maden") then
set src = "lnsa09:tas_src:[sinqhm]" set src = "maden@lnsa04:sinqhm/"
else if ("`whoami`" == "sinqhm") then else if ("`whoami`" == "sinqhm") then
set src = "lnsg@lnsa09:tas_src:[sinqhm]" set src = "koenneck@lnsa06:sinqhm"
else else
echo Sorry, you are not recognised by this script. echo Sorry, you are not recognised by this script.
exit exit