Update of /cvsroot/woc/woc/bin/index
In directory usw-pr-cvs1:/tmp/cvs-serv12214
Modified Files:
update.sh.in
Log Message:
Cygwin compatibility: added ./ before script call and commented out call to chgrp
Index: update.sh.in
===================================================================
RCS file: /cvsroot/woc/woc/bin/index/update.sh.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** update.sh.in 20 Jul 2002 14:25:32 -0000 1.1
--- update.sh.in 6 Aug 2002 12:09:56 -0000 1.2
***************
*** 35,39 ****
then
shift
! update.sh $all
else
for index in $*
--- 35,39 ----
then
shift
! ./update.sh $all
else
for index in $*
***************
*** 42,46 ****
xsltproc $datadir/$index.xsl $datadir/$name.xml > $htmldir/$index.html
chmod 664 $htmldir/$index.html
! chgrp wwwwoc $htmldir/$index.html
done
--- 42,46 ----
xsltproc $datadir/$index.xsl $datadir/$name.xml > $htmldir/$index.html
chmod 664 $htmldir/$index.html
! # chgrp wwwwoc $htmldir/$index.html
done
|