diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-11-21 07:05:09 +0100 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-11-21 07:05:09 +0100 |
commit | 07ec0708d31794221bec7ee3e7f07755707fd36a (patch) | |
tree | 74cb124401726429dab154297041b7e857436105 /db-move | |
parent | c7fa1913b56e7619b64b93a10e130cf90508737a (diff) | |
download | dbscripts-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-move')
-rwxr-xr-x | db-move | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ svnrepo_to="$repoto-$arch" WORKDIR="$TMPDIR/db-move.$svnrepo_from.$svnrepo_to.$UID" cleanup() { + trap '' 0 2 # unlock repo_unlock $repoto $arch repo_unlock $repofrom $arch |