# HG changeset patch # User Rob Landley # Date 1290516234 21600 # Node ID 2868f2d87624cfb547acb4bee6897afa3d513f79 # Parent 07852d3a2e505a44639c08521b8a42077ec5c963 Killtree momved, update timeout.sh to be able to find it. diff -r 07852d3a2e50 -r 2868f2d87624 more/timeout.sh --- 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