|
From: <ki...@us...> - 2003-08-22 03:49:54
|
Update of /cvsroot/pymerase/pymerase/pymweb/cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv14305
Modified Files:
pymweb.py
Log Message:
Fix for bug# 792162
Index: pymweb.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/pymweb/cgi/pymweb.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** pymweb.py 8 Aug 2003 01:54:35 -0000 1.16
--- pymweb.py 20 Aug 2003 20:40:09 -0000 1.17
***************
*** 63,67 ****
cd %s
if [ -e %s ] ; then
! zip %s.zip %s > /dev/null
else
cat %s.bs
--- 63,67 ----
cd %s
if [ -e %s ] ; then
! zip -r %s.zip %s > /dev/null
else
cat %s.bs
|