changeset 1303:2868f2d87624

Killtree momved, update timeout.sh to be able to find it.
author Rob Landley <rob@landley.net>
date Tue, 23 Nov 2010 06:43:54 -0600
parents 07852d3a2e50
children af9bf62b325b
files more/timeout.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/more/timeout.sh	Tue Nov 23 03:58:41 2010 -0600
+++ b/more/timeout.sh	Tue Nov 23 06:43:54 2010 -0600
@@ -6,7 +6,7 @@
 # This script has to be a separate process (rather than just a shell function)
 # so killing it doesn't kill the parent process.
 
-source sources/functions.sh
+source sources/utility_functions.sh
 
 if [ $# -lt 1 ]
 then