diff options
Diffstat (limited to 'compile/oksh.sh')
| -rwxr-xr-x | compile/oksh.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
