|
From: <hap...@us...> - 2007-09-14 15:31:37
|
Revision: 1320
http://hackndev.svn.sourceforge.net/hackndev/?rev=1320&view=rev
Author: happy-slapin
Date: 2007-09-14 08:31:33 -0700 (Fri, 14 Sep 2007)
Log Message:
-----------
splitpatch: fix typo
Modified Paths:
--------------
linux4palm/tools/tags-cleanup/splitpatch.py
Modified: linux4palm/tools/tags-cleanup/splitpatch.py
===================================================================
--- linux4palm/tools/tags-cleanup/splitpatch.py 2007-09-14 15:29:25 UTC (rev 1319)
+++ linux4palm/tools/tags-cleanup/splitpatch.py 2007-09-14 15:31:33 UTC (rev 1320)
@@ -87,7 +87,7 @@
self.name = "-".join(namelist[1:5]) + ".diff"
elif namelist[1] == "arch" and namelist[2] == "arm" and namelist[3] == "mach-pxa":
self.name = "-".join(namelist[1:5]) + ".diff"
- elif namelist[1] == "drivers" or namelist[1] == "include" namelist[1] == "sound":
+ elif namelist[1] == "drivers" or namelist[1] == "include" or namelist[1] == "sound":
self.name = "-".join(namelist[1:5]) + ".diff"
elif namelist[1] == "arch" and namelist[2] == "arm":
self.name = "-".join(namelist[1:4]) + ".diff"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|