vxWorks path corrected

This commit is contained in:
zimoch
2008-05-13 08:45:25 +00:00
parent 499461c733
commit 71affc98df
+4 -4
View File
@@ -11,7 +11,7 @@ if [ "$1" = "-v" ]
then then
echo '$Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $' echo '$Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $'
echo '$Author: zimoch $' echo '$Author: zimoch $'
echo '$Date: 2008/05/13 08:32:21 $' echo '$Date: 2008/05/13 08:45:25 $'
exit exit
fi fi
@@ -85,7 +85,7 @@ then
then then
VXWORKS=$BOOTFILE VXWORKS=$BOOTFILE
else else
VXWORKS=$SLSBASE/$tail VXWORKS=$SLSBASE/iocBoot/$tail
fi fi
else else
VXWORKS=$BOOTFILE VXWORKS=$BOOTFILE
@@ -121,6 +121,6 @@ VALUES ('$SYSTEM', '$IPADDR', '$PROCNUM', '$DEVICE', '$BOOTPC',
EXIT EXIT
EOF EOF
# $Name: $ # $Name: $
# $Id: iocBootNotify.sh,v 1.12 2008/05/13 08:32:21 zimoch Exp $ # $Id: iocBootNotify.sh,v 1.13 2008/05/13 08:45:25 zimoch Exp $
# $Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $ # $Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $
# $Revision: 1.12 $ # $Revision: 1.13 $