From 9cd1e4f16131c41f2b16637ced9fd184573a7102 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 26 Dec 2025 00:57:46 -0500 Subject: Start shifting over to nvim0.12, fix treesitter, add nvim compile script --- compile/oksh.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compile/oksh.sh') diff --git a/compile/oksh.sh b/compile/oksh.sh index 1a44c0f..a22eacf 100755 --- a/compile/oksh.sh +++ b/compile/oksh.sh @@ -1,12 +1,12 @@ #!/bin/sh set -ex -codedir="$HOME/scm/pub" -okshdir="${codedir}/ibara-oksh" +codedir="${CODEDIR:-$HOME/scm/pub}" +okshdir="${codedir}/oksh" if ! [ -d "$okshdir" ] ; then git clone https://github.com/ibara/oksh "$okshdir" fi cd "$okshdir" -git checkout oksh-7.6 +git checkout oksh-7.8 ./configure make sudo make install -- cgit v1.2.3