DEADSOFTWARE

small changes in console example
authorIvan Denisov <d.ivan.krsk@gmail.com>
Sat, 3 Oct 2015 10:42:05 +0000 (17:42 +0700)
committerIvan Denisov <d.ivan.krsk@gmail.com>
Sat, 3 Oct 2015 10:42:05 +0000 (17:42 +0700)
examples/console/System/Mod/Init.odc
examples/console/runc

index e6cf2db0d4511d3f96edbf35fedc4b0c5d48ebd5..f32fe066e78bb32d80528145e7333e14569cbaf6 100644 (file)
Binary files a/examples/console/System/Mod/Init.odc and b/examples/console/System/Mod/Init.odc differ
index 5bc3efc9a07b3f2a6b0419aa49fc025c0e1a229f..d79b6dcdd6163f125e6cf7208646721cf7c86364 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 env \
-  BB_PRIMARY_DIR="../../BlackBox" BB_SECONDARY_DIR="$PWD" \
-../../BlackBox/blackboxc $@
+  BB_PRIMARY_DIR="../../Linux_Interp" BB_SECONDARY_DIR="$PWD" \
+../../Linux_Interp/blackboxc $@