diff more/for-each-target.sh @ 1273:dadbb8873a36

functions.sh no longer includes utility-functions.sh, so adjust includes.
author Rob Landley <rob@landley.net>
date Sun, 07 Nov 2010 13:59:42 -0600
parents 300e6d919d86
children b74d36876c0a
line wrap: on
line diff
--- a/more/for-each-target.sh	Fri Nov 05 01:02:34 2010 -0500
+++ b/more/for-each-target.sh	Sun Nov 07 13:59:42 2010 -0600
@@ -5,7 +5,7 @@
 
 # If $FORK is set, run them in parallel with filtered output.
 
-. sources/functions.sh || exit 1
+. sources/utility_functions.sh || exit 1
 
 [ -z "${ARCHES}" ] &&
   ARCHES="$(cd sources/targets/; ls | grep -v '^hw-')"