lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 0263d79f605e38d2a3399c9cc0d44546133f407d
parent b017b5b7f8fd66dc13038c41be97f0ab09844a8b
Author: Sean Enck <sean@ttypty.com>
Date:   Mon, 19 Jan 2026 21:43:17 -0500

should -e sh

Diffstat:
M.ci.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci.sh b/.ci.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e ENGINE=podman [ -n "$CONTAINER_ENGINE" ] && ENGINE="$CONTAINER_ENGINE"