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
+3 -3
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
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
set -x set -x