Browse Source

fix examples

Ivan Denisov 3 years ago
parent
commit
82cf541d2e

BIN
examples/append/System/Mod/Init.odc


+ 1 - 1
examples/append/runc

@@ -1,4 +1,4 @@
 #!/bin/sh
 env \
-  BB_PRIMARY_DIR="../../Linux_Interp" BB_SECONDARY_DIR="$PWD" \
+  BB_STANDARD_DIR="../../Linux_Interp" BB_USE_DIR="$PWD" \
 ../../Linux_Interp/blackbox $@

BIN
examples/encoder/Std/Mod/Coder.odc


+ 1 - 1
examples/encoder/runc

@@ -1,4 +1,4 @@
 #!/bin/sh
 env \
-  BB_PRIMARY_DIR="../../Linux_Interp" BB_SECONDARY_DIR="$PWD" \
+  BB_STANDARD_DIR="../../Linux_Interp" BB_USE_DIR="$PWD" \
 ../../Linux_Interp/blackbox $@

+ 1 - 1
examples/text2odc/runc

@@ -1,4 +1,4 @@
 #!/bin/sh
 env \
-  BB_PRIMARY_DIR="../../Linux_Interp" BB_SECONDARY_DIR="$PWD" \
+  BB_STANDARD_DIR="../../Linux_Interp" BB_USE_DIR="$PWD" \
 ../../Linux_Interp/blackbox $@