changeset 942:a0b0e2a7d475

Oops, local changes I didn't mean to check in leaked. Fix it.
author Rob Landley <rob@landley.net>
date Tue, 22 Dec 2009 12:14:03 -0600
parents 7dd3fb4dd333
children 7f2e6bdfcdcb
files sources/functions.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/functions.sh	Tue Dec 22 11:51:52 2009 -0600
+++ b/sources/functions.sh	Tue Dec 22 12:14:03 2009 -0600
@@ -10,7 +10,7 @@
 {
   local i
 
-  for i in "$BUILD"/{,simple-}cross-compiler-"$1/bin"
+  for i in "$BUILD"/cross-{static,compiler}-"$1/bin"
   do
     [ -e "$i/$1-cc" ] && break
   done