[seed] Change searchPath to include '.' last
- From: Robert Carr <racarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] Change searchPath to include '.' last
- Date: Sun, 12 Apr 2009 10:43:26 -0400 (EDT)
commit 60d259c7d7355c4388c086671a6d985f866a8e7e
Author: Robert Carr <racarr mireia (none)>
Date: Sun Apr 12 10:43:19 2009 -0400
Change searchPath to include '.' last
---
extensions/Seed.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extensions/Seed.js b/extensions/Seed.js
index e426e72..b85b6f5 100755
--- a/extensions/Seed.js
+++ b/extensions/Seed.js
@@ -653,5 +653,5 @@ Seed.thread_repl = function()
Seed.printf = function () { Seed.print(Seed.sprintf.apply(this, arguments)) };
- imports.searchPath = [".", "/usr/local/lib/seed", "/usr/lib/seed", "/usr/local/share/seed", "/usr/share/seed"];
+ imports.searchPath = ["/usr/local/lib/seed", "/usr/lib/seed", "/usr/local/share/seed", "/usr/share/seed", "."];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]