New commits:
commit 21fba47c930783931f3aed0e9d26976996dbd86b
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>
forgot to commit the export of DISTCC_DIR before run_build_spell
diff --git a/ChangeLog b/ChangeLog
index fa1858e..c347977 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
2007-02-24 David Brown <dmlb2000 AT gmail.com>
- * cast: added DISTCC_DIR before run_build_spell
+ * cast: added and export DISTCC_DIR before run_build_spell
* compile_config: removed DISTCC_DIR
* run_compiler: check to make sure DISTCC_DIR exists then make it if
not
diff --git a/usr/sbin/cast b/usr/sbin/cast
index 1a56819..59853dc 100755
--- a/usr/sbin/cast
+++ b/usr/sbin/cast
@@ -262,7 +262,7 @@ function cast_spell() { (
local saved_lc_all=$LC_ALL
export LC_ALL=C