# HG changeset patch # User Rob Landley # Date 1291429130 21600 # Node ID ce5212c0fc05a6cc93e9be3c2a4fb8badafb8122 # Parent b2ea667e9f2557b3ae27aab4317f49bed7c8b6b2 Fix the includes. diff -r b2ea667e9f25 -r ce5212c0fc05 more/smoketest-all.sh --- a/more/smoketest-all.sh Fri Dec 03 00:09:32 2010 -0600 +++ b/more/smoketest-all.sh Fri Dec 03 20:18:50 2010 -0600 @@ -4,7 +4,7 @@ # If $FORK is set, run them in parallel. -. sources/functions.sh || exit 1 +. sources/utility_functions.sh || exit 1 if [ "$1" == "--logs" ] then diff -r b2ea667e9f25 -r ce5212c0fc05 more/smoketest.sh --- a/more/smoketest.sh Fri Dec 03 00:09:32 2010 -0600 +++ b/more/smoketest.sh Fri Dec 03 20:18:50 2010 -0600 @@ -1,7 +1,5 @@ #!/bin/bash -. sources/functions.sh || exit 1 - # This script compiles stuff under the final system, using distcc to call out # to the cross compiler. It calls run-from-build with a here document.