Revert patch 49483, it lacked a test, and a bug number
authorMiguel de Icaza <miguel@gnome.org>
Thu, 8 Sep 2005 23:21:37 +0000 (23:21 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 8 Sep 2005 23:21:37 +0000 (23:21 -0000)
svn path=/trunk/mcs/; revision=49754

mcs/class/corlib/System/AppDomainSetup.cs

index 57868c5e49b755c0336c381836049c3dfaface51..91f53f30da882da0c32b9974bc014baaa6320288 100644 (file)
@@ -111,7 +111,8 @@ namespace System
                                appBase = appBase.Substring (7);
                                if (Path.DirectorySeparatorChar != '/')
                                        appBase = appBase.Replace ('/', Path.DirectorySeparatorChar);
-                       } else if (appBase.IndexOf (':') == -1 && Path.DirectorySeparatorChar != '/') {
+
+                       } else if (appBase.IndexOf (':') == -1) {
                                appBase = Path.GetFullPath (appBase);
                        }