sonjaya wrote:
i have script for update automaticly here:
# cat /root/update_part1.sh
#!/bin/csh
cd /usr/src
setenv CVS_CLIENT_PORT -1
setenv CVSROOT [EMAIL PROTECTED]:/cvs
cvs -d $CVSROOT -q up -rOPENBSD_3_9 -Pd
date > /root/update_part1.log

when i try run that script get error such like this :
# sh /root/update_part1.sh

# csh /root/update_part1.sh

Reply via email to