WIP: Windows install/starup tweaks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f "$HOME/.bash_profile" ]
|
||||
then
|
||||
@@ -11,6 +11,10 @@ export ZX_DIR="$ZOMP_DIR/lib/otpr/zx/$ZX_VERSION"
|
||||
|
||||
start_dir="$PWD"
|
||||
cd "$ZX_DIR"
|
||||
./make_zx
|
||||
if [ ! -f ebin/zx.erl ]
|
||||
then
|
||||
chmod +x make_zx
|
||||
./make_zx
|
||||
fi
|
||||
cd "$start_dir"
|
||||
erl -pa "$ZX_DIR/ebin" -run zx do -extra $@
|
||||
|
||||
Reference in New Issue
Block a user