1--- contrib/repl.sh.orig 2025-10-26 05:55:04 UTC 2+++ contrib/repl.sh 3@@ -1,4 +1,4 @@ 4-#!/bin/bash 5+#!/bin/sh 6 7 EXEC=$(which ledger) 8 if [[ -z "$EXEC" ]]; then 9 10