diff sources/functions.sh @ 919:8b69eeb17ebf

Break up sources/functions.sh starting with some of the more obviously independent ones.
author Rob Landley <rob@landley.net>
date Fri, 04 Dec 2009 12:02:47 -0600
parents a541c5a96ff3
children eb7e1087f0ee
line wrap: on
line diff
--- a/sources/functions.sh	Thu Dec 03 03:39:53 2009 -0600
+++ b/sources/functions.sh	Fri Dec 04 12:02:47 2009 -0600
@@ -2,6 +2,8 @@
 
 # Lots of reusable functions.  This file is sourced, not run.
 
+source sources/utility_functions.sh
+
 # Output the first cross compiler (static or basic) that's installed.
 
 cc_path()