blob: 636607062835f5d401664b512a11fad980a24111 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- composer/app/nvu_old 2004-10-16 03:25:35.694372104 +0900
+++ composer/app/nvu 2004-10-16 03:25:16.489291720 +0900
@@ -35,10 +35,11 @@
moz_libdir=/usr/lib/nvu
MRE_HOME=/usr/lib/mre/mre
+# no, don't honor it, that breaks stuff :) - Chris
# honor MOZILLA_FIVE_HOME if it's there
-if [ -n "$MOZILLA_FIVE_HOME" ] ; then
- dist_bin="$MOZILLA_FIVE_HOME"
-else
+#if [ -n "$MOZILLA_FIVE_HOME" ] ; then
+# dist_bin="$MOZILLA_FIVE_HOME"
+#else
# Use run-mozilla.sh in the current dir if it exists
# If not, then start resolving symlinks until we find run-mozilla.sh
found=0
@@ -77,7 +78,7 @@
exit 1
fi
fi
-fi
+#fi
script_args=""
moreargs="-edit"
|