Ivan Denisov %!s(int64=3) %!d(string=hai) anos
pai
achega
82cf541d2e

BIN=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=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 $@