* Change path directory separator character back to _. The problem is "::"

is it makes patch names longer, and many shells autoexpand it to "\:\:"
which makes them even longer.
* Note that this file uses ts=4.

Approved by:	sobomax
This commit is contained in:
David E. O'Brien
2002-04-18 17:46:42 +00:00
parent 8b5b461fdc
commit b7cbdecb27

View File

@@ -1,4 +1,6 @@
#!/usr/local/bin/python
# ex:ts=4
#-*- mode: Fundamental; tab-width: 4; -*-
#
# patchtool.py - a tool to automate common operation with patchfiles in the
# FreeBSD Ports Collection.
@@ -50,7 +52,7 @@ class Vars:
DEV_NULL = '/dev/null'
ETC_MAKE_CONF = '/etc/make.conf'
SLASH_REPL_SYMBOL = '::' # The sysmbol to replace '/' when auto-generating
SLASH_REPL_SYMBOL = '_' # The symbol to replace '/' when auto-generating
# patchnames