Update of /cvsroot/leaf/devel/mhnoyes/sf-admin
In directory sc8-pr-cvs1:/tmp/cvs-serv20015
Modified Files:
docmanager.sh
Log Message:
fixed some errors
Index: docmanager.sh
===================================================================
RCS file: /cvsroot/leaf/devel/mhnoyes/sf-admin/docmanager.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** docmanager.sh 26 Feb 2003 20:00:54 -0000 1.1
--- docmanager.sh 26 Feb 2003 20:11:51 -0000 1.2
***************
*** 15,18 ****
--- 15,22 ----
#----------------------------------------
+ documents () {
+ echo "$DOCLIST"
+ }
+
#----------------------------------------
# MAIN PROGRAM
***************
*** 24,33 ****
adocman --list=documentsbystate --documentstate=active -q > "$DOCLIST"
wait
! documents () {
! echo "$DOCLIST"
! }
! for doc in `documents` do
! adocman --filename=docid_"$docid".html --docid="$docid" --modify=body
! wait
done
adocman --logout
--- 28,35 ----
adocman --list=documentsbystate --documentstate=active -q > "$DOCLIST"
wait
! documents
! for docid in `documents`; do
! adocman --filename=docid_"$docid".html --docid="$docid" --modify=body
! wait
done
adocman --logout
-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits