[Python-checkins] python/dist/src/Doc/tools makesec.sh,1.1,1.2

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Dec 18 00:28:32 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv321

Modified Files:
	makesec.sh 
Log Message:
avoid bash-isms


Index: makesec.sh
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/makesec.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makesec.sh	13 Feb 2003 18:30:08 -0000	1.1
--- makesec.sh	18 Dec 2003 05:28:30 -0000	1.2
***************
*** 1,3 ****
! #!/bin/bash
  
  # Simple little checker for individual libref manual sections
--- 1,3 ----
! #!/bin/sh
  
  # Simple little checker for individual libref manual sections
***************
*** 127,129 ****
  
  rm -f $tmpf howto.cls pypaper.sty *.idx *.syn
! rm -f lib.{aux,log}
--- 127,129 ----
  
  rm -f $tmpf howto.cls pypaper.sty *.idx *.syn
! rm -f lib.aux lib.log





More information about the Python-checkins mailing list