New commits:
commit 50861b2d4c167be0704147e6e2d5be0d4c33f4ad
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
1.13.8-rc1
commit 072b82020352bbede0aa36966fbc328e9e4a010d
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
config: fixed bad SCREEN variable due to a missing $
diff --git a/ChangeLog b/ChangeLog
index dc87264..36c9ea6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * config: fixed bad SCREEN variable due to a missing $
+
2007-11-30 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libdepends: finally satisfactorily fixed the sorcery rebuild
pausing for
hours #13735
diff --git a/etc/sorcery/config b/etc/sorcery/config
index 0c3ab33..29835d8 100755
--- a/etc/sorcery/config
+++ b/etc/sorcery/config
@@ -145,7 +145,7 @@ GRIMOIRE_MANIFEST_ALGORITHM=sha1
# it is here merely to ensure it is always defined.
TMP_DIR=${TMP_DIR:-/tmp}