From: Andrew M. <fit...@us...> - 2007-01-05 20:42:22
|
Update of /cvsroot/radmind/radmind In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28423 Modified Files: ra.sh Log Message: A function is not an if block. Index: ra.sh =================================================================== RCS file: /cvsroot/radmind/radmind/ra.sh,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** ra.sh 22 Dec 2006 16:21:25 -0000 1.35 --- ra.sh 5 Jan 2007 20:42:16 -0000 1.36 *************** *** 95,99 **** cleanup exit 1 ! fi dopreapply() { --- 95,99 ---- cleanup exit 1 ! } dopreapply() { |