0.12.3: Correct launch optimization, fix local file deletion bug on failed run start.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
# A convenience script that will download the ZX installer, unpack it, and clean up.
|
||||
# For maximum portability this script uses the gzipped package version.
|
||||
|
||||
version=0.11.6
|
||||
version=0.12.3
|
||||
zx="zx-$version"
|
||||
tarball="$zx.tar.gz"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ export ZX_DIR="$ZOMP_DIR/lib/otpr/zx/$ZX_VERSION"
|
||||
|
||||
start_dir="$PWD"
|
||||
cd "$ZX_DIR"
|
||||
if [ ! -f ebin/zx.erl ]
|
||||
if [ ! -f ebin/zx.beam ]
|
||||
then
|
||||
chmod +x make_zx
|
||||
./make_zx
|
||||
|
||||
Reference in New Issue
Block a user