pashage

Yet Another Opinionated Re-engineering of the Unix Password Store
git clone https://git.instinctive.eu/pashage.git
Log | Files | Refs | README | LICENSE

commit d9c1249645f279a479a6a74f313d8b944e530cf9
parent 6a22a4c4186c7129855d9116ef8654a8b448a640
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Sat, 16 Nov 2024 12:36:25 +0000

Coverage misreport is worked around
Diffstat:
Msrc/pashage.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pashage.sh b/src/pashage.sh @@ -16,8 +16,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -NL=' -' +NL="$(printf '\nend')" +NL="${NL%end}" ############################# # INTERNAL HELPER FUNCTIONS #