summaryrefslogtreecommitdiffstats
path: root/db-remove
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-11-21 07:05:09 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2008-11-21 07:05:09 +0100
commit07ec0708d31794221bec7ee3e7f07755707fd36a (patch)
tree74cb124401726429dab154297041b7e857436105 /db-remove
parentc7fa1913b56e7619b64b93a10e130cf90508737a (diff)
downloaddbscripts-07ec0708d31794221bec7ee3e7f07755707fd36a.tar.gz
dbscripts-07ec0708d31794221bec7ee3e7f07755707fd36a.tar.xz
Clear traps on cleanup
This prevents us from trying to remove the lockfile twice, and calling cleanup multiple times Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-remove')
-rwxr-xr-xdb-remove1
1 files changed, 1 insertions, 0 deletions
diff --git a/db-remove b/db-remove
index 47268ed..2e0307d 100755
--- a/db-remove
+++ b/db-remove
@@ -23,6 +23,7 @@ svnrepo="$reponame-$arch"
WORKDIR="$TMPDIR/db-remove.$svnrepo.$UID"
cleanup() {
+ trap '' 0 2
# unlock
repo_unlock $reponame $arch
rm -rf "$WORKDIR"