New commits:
commit 41be597523c753415deac2a4ad131bc5119831c0
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 63592f0..3c18e0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* liblock: lock_start_transaction now supports returning by reference
readded a local variable to store the transaction file name
* *: use lock_start_transaction by reference
+ * config: fixed bad SCREEN variable due to a missing $
2008-01-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libdepends: added more locking calls #7917
diff --git a/etc/sorcery/config b/etc/sorcery/config
index 9025684..2fba48a 100755
--- a/etc/sorcery/config
+++ b/etc/sorcery/config
@@ -148,7 +148,7 @@ GRIMOIRE_MANIFEST_ALGORITHM=sha1
# it is here merely to ensure it is always defined.
TMP_DIR=${TMP_DIR:-/tmp}