9049ac45bb
HTML documents such a pkg was submitted in PR pkg/13042, but the URL it refers to is invalid
13 lines
384 B
Text
13 lines
384 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2002/02/05 19:44:53 drochner Exp $
|
|
|
|
--- installp.py.orig Tue Feb 5 20:19:55 2002
|
|
+++ installp.py Tue Feb 5 20:20:11 2002
|
|
@@ -15,7 +15,7 @@
|
|
print "Usage: %s [-f] pymodule [npymodule...]" % sys.argv[0]
|
|
sys.exit(1)
|
|
for opt in opts:
|
|
- if opt == '-f': FORCE = 1
|
|
+ if opt[0] == '-f': FORCE = 1
|
|
|
|
v = sys.version[:3]
|
|
|