[Python-checkins] python/nondist/sandbox/Lib bdist_dpkg.py,1.5,1.6

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Wed Jun 16 10:35:01 EDT 2004


Update of /cvsroot/python/python/nondist/sandbox/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27831

Modified Files:
	bdist_dpkg.py 
Log Message:
Add quotations to script

Index: bdist_dpkg.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/Lib/bdist_dpkg.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** bdist_dpkg.py	6 Apr 2004 19:44:20 -0000	1.5
--- bdist_dpkg.py	16 Jun 2004 14:34:59 -0000	1.6
***************
*** 202,206 ****
  VERSION=%(pyversion)s
  LIB=/usr/lib/python$VERSION
! DIRLIST=%(dirlist)s
  
  case "$1" in
--- 202,206 ----
  VERSION=%(pyversion)s
  LIB=/usr/lib/python$VERSION
! DIRLIST="%(dirlist)s"
  
  case "$1" in
***************
*** 249,253 ****
  VERSION=%(pyversion)s
  LIB=/usr/lib/python$VERSION
! DIRLIST=%(dirlist)s
  
  case "$1" in
--- 249,253 ----
  VERSION=%(pyversion)s
  LIB=/usr/lib/python$VERSION
! DIRLIST="%(dirlist)s"
  
  case "$1" in




More information about the Python-checkins mailing list