From: Ivan Denisov Date: Sat, 3 Oct 2015 10:42:05 +0000 (+0700) Subject: small changes in console example X-Git-Url: http://deadsoftware.ru/gitweb?p=bbcp.git;a=commitdiff_plain;h=be72477de9eac37a56bf25b7db2a015d26212fff small changes in console example --- diff --git a/examples/console/System/Mod/Init.odc b/examples/console/System/Mod/Init.odc index e6cf2db..f32fe06 100644 Binary files a/examples/console/System/Mod/Init.odc and b/examples/console/System/Mod/Init.odc differ diff --git a/examples/console/runc b/examples/console/runc index 5bc3efc..d79b6dc 100755 --- a/examples/console/runc +++ b/examples/console/runc @@ -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 $@