From f3d8a756a29d26d91bfe191e717b2a656d39c176 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 10 Mar 2006 23:17:48 +0000 Subject: l'il fix --- db-testing | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'db-testing') diff --git a/db-testing b/db-testing index 9107353..97039a3 100755 --- a/db-testing +++ b/db-testing @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: db-testing,v 1.11 2006/02/20 06:33:40 judd Exp $ +# $Id: db-testing,v 1.12 2006/03/10 23:17:48 judd Exp $ repoid=4 reponame="testing" @@ -16,7 +16,7 @@ testing_cleanup() { } # catch ^C -trap cleanup SIGINT +trap testing_cleanup SIGINT if [ -f /tmp/.repolck.$repoid ]; then owner=`/bin/ls -l /tmp/.repolck.$repoid | awk '{print $3}'` -- cgit v1.2.3-54-g00ecf