SOURCES: monotheka-imdb-shell.patch (NEW) - fix zsh expanding '?'

wolf wolf at pld-linux.org
Thu Aug 4 23:31:14 CEST 2005


Author: wolf                         Date: Thu Aug  4 21:31:14 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix zsh expanding '?'

---- Files affected:
SOURCES:
   monotheka-imdb-shell.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/monotheka-imdb-shell.patch
diff -u /dev/null SOURCES/monotheka-imdb-shell.patch:1.1
--- /dev/null	Thu Aug  4 23:31:14 2005
+++ SOURCES/monotheka-imdb-shell.patch	Thu Aug  4 23:31:09 2005
@@ -0,0 +1,12 @@
+diff -ruN monotheka-0.0.5/Util/Net.cs monotheka-0.0.5./Util/Net.cs
+--- monotheka-0.0.5/Util/Net.cs	2005-04-10 14:12:15.000000000 +0200
++++ monotheka-0.0.5./Util/Net.cs	2005-08-04 20:12:05.000000000 +0200
+@@ -187,7 +187,7 @@
+                 __Command = Strings.ClearString(__Command);
+                 
+                 // parse url
+-                _Url = _Url.Replace(" ", "%20");
++                _Url = "\"" + _Url.Replace(" ", "%20") + "\"";
+                                 
+                 try {
+                     System.Diagnostics.Process proc = new System.Diagnostics.Process(); 
================================================================



More information about the pld-cvs-commit mailing list