diff options
author | Judd Vinet <judd@archlinux.org> | 2006-03-10 23:17:48 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2006-03-10 23:17:48 +0000 |
commit | f3d8a756a29d26d91bfe191e717b2a656d39c176 (patch) | |
tree | 570c733b54258c4e9ea7711d51b868a9ba46f0a0 /db-testing | |
parent | 5128cca4a76c5133f3c98db79b9c66a7b55916c6 (diff) |
l'il fix
Diffstat (limited to 'db-testing')
-rwxr-xr-x | db-testing | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}'` |