commit 67a5ade267ec9d2c744bf232ccaa3aa8f207b26d parent f7d30c4496e1e8afa5a19d92ddb2eaa0c5cb713c Author: William Casarin <jb55@jb55.com> Date: Tue, 17 Nov 2020 09:27:10 -0800 fix lessr Diffstat:
M | bin/lessr | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/lessr b/bin/lessr @@ -4,7 +4,7 @@ dir=$(dirname "$1") base=$(basename "$1") export LESSHISTFILE="$dir/.$base.hst" -touch $ESSHISTFILE || : +touch $LESSHISTFILE || : # use a fallback dir if it's not writable if [ ! -w "$LESSHISTFILE" ]