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

This commit is contained in:
2018-05-24 22:23:27 +09:00
14 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ set -x
ZOMP_DIR="$HOME/zomp"
ORIGIN="$(pwd)"
VERSION="$(ls $ZOMP_DIR/lib/otpr-zx/ | sort --field-separator=. --reverse | head --lines=1)"
ZX_DIR="$ZOMP_DIR/lib/otpr-zx/$VERSION"
VERSION="$(ls $ZOMP_DIR/lib/otpr/zx/ | sort --field-separator=. --reverse | head --lines=1)"
ZX_DIR="$ZOMP_DIR/lib/otpr/zx/$VERSION"
cd "$ZX_DIR"
./zmake
View File