[Python-checkins] python/dist/src/Doc/tools update-docs.sh, 1.11, 1.12

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Jul 13 19:08:12 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21304

Modified Files:
	update-docs.sh 
Log Message:
generalize a bit; no need to mention my user id directly


Index: update-docs.sh
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/update-docs.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** update-docs.sh	17 Jun 2004 17:19:12 -0000	1.11
--- update-docs.sh	13 Jul 2004 17:08:10 -0000	1.12
***************
*** 8,12 ****
  
  if [ -z "$HOME" ] ; then
!     HOME=`grep fdrake /etc/passwd | sed 's|^.*:\([^:]*\):[^:]*$|\1|'`
      export HOME
  fi
--- 8,12 ----
  
  if [ -z "$HOME" ] ; then
!     HOME=`grep "$LOGNAME" /etc/passwd | sed 's|^.*:\([^:]*\):[^:]*$|\1|'`
      export HOME
  fi



More information about the Python-checkins mailing list