<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- nodejuice.orig	2010-04-23 18:04:51.000000000 -0400
+++ nodejuice	2010-04-23 20:38:32.000000000 -0400
@@ -74,7 +74,9 @@
 
 nodejuice=`dirname $0`
 
-if [ nodejuice='.' ]; then nodejuice="`pwd`"; fi
+# if [ nodejuice='.' ]; then nodejuice="`pwd`"; fi
+nodejuice="$nodejuice/../share/nodejuice"
+cd $nodejuice
 
 seeker="$nodejuice/servers/seeker.js"
 wsgi="$nodejuice/servers/wsgi.js"
</pre></body></html>