Merge branch 'dev' of github.com:zxq9/zx into dev

This commit is contained in:
Craig Everett 2018-05-24 22:23:27 +09:00
commit c7b49eac69
14 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
#! /bin/sh #!/bin/sh
set -x set -x
ZOMP_DIR="$HOME/zomp" ZOMP_DIR="$HOME/zomp"
ORIGIN="$(pwd)" ORIGIN="$(pwd)"
VERSION="$(ls $ZOMP_DIR/lib/otpr-zx/ | sort --field-separator=. --reverse | head --lines=1)" VERSION="$(ls $ZOMP_DIR/lib/otpr/zx/ | sort --field-separator=. --reverse | head --lines=1)"
ZX_DIR="$ZOMP_DIR/lib/otpr-zx/$VERSION" ZX_DIR="$ZOMP_DIR/lib/otpr/zx/$VERSION"
cd "$ZX_DIR" cd "$ZX_DIR"
./zmake ./zmake

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
set -x set -x