another endian fix
[mono.git] / mcs / tools / mjs / mjs.cs
index 0944a3e99e1722d4b219298e3d0c4b2f49a6aaca..dafc67fac0047f8f6cfc1c68875771ff6d93d4ea 100644 (file)
@@ -330,6 +330,10 @@ namespace Mono.JScript {
                                        link_paths.Add (dir);
                                return true;
                        }
+
+                       case "/about":
+                               About ();
+                               return true;
                        }
                        return false;
                }