spm

simple password manager
git clone anongit@rnpnr.xyz:spm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: e8fb483bbde25c5718a185259ab441c53a01c458
Parent: adb5b5e3b2be9fd38d85f104675ed7fdfdb39f5f
Author: Randy Palamar
Date:   Sat, 14 Jan 2023 22:02:25 -0700

don't specify 'set -e' its not being used correctly

Diffstat:
Mspm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spm b/spm @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -set -eu +set -u umask u=rwx,go= ## Variables