]> Sergey Matveev's repositories - passman.git/blobdiff - passman
Raise copyright years
[passman.git] / passman
diff --git a/passman b/passman
index 2ade1acdb4e388bbef662654cd29e726d7492752..7a0ad40dc6383280123ac46e5baa465e144396d7 100755 (executable)
--- a/passman
+++ b/passman
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 # passman -- simple password manager
-# Copyright (C) 2013-2023 Sergey Matveev (stargrave@stargrave.org)
+# Copyright (C) 2013-2024 Sergey Matveev (stargrave@stargrave.org)
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -42,7 +42,7 @@ cliper() {
 }
 
 tmp=`mktemp`.rec
-trap "rm -f $tmp" HUP PIPE INT QUIT TERM EXIT
+trap "rm -f $tmp ${DB}.tmp" HUP PIPE INT QUIT TERM EXIT
 
 finder() {
     dec | recsel -e "Name ~ '$1'" > $tmp