summaryrefslogtreecommitdiffstats
path: root/db-update
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-update
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-update')
-rwxr-xr-xdb-update1
1 files changed, 1 insertions, 0 deletions
diff --git a/db-update b/db-update
index 315c107..9aba199 100755
--- a/db-update
+++ b/db-update
@@ -47,6 +47,7 @@ getpkgname() {
}
cleanup() {
+ trap '' 0 2
# unlock
repo_unlock $reponame $arch
rm -rf "$WORKDIR"