From be72477de9eac37a56bf25b7db2a015d26212fff Mon Sep 17 00:00:00 2001 From: Ivan Denisov Date: Sat, 3 Oct 2015 17:42:05 +0700 Subject: [PATCH] small changes in console example --- examples/console/System/Mod/Init.odc | Bin 2715 -> 2699 bytes examples/console/runc | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/console/System/Mod/Init.odc b/examples/console/System/Mod/Init.odc index e6cf2db0d4511d3f96edbf35fedc4b0c5d48ebd5..f32fe066e78bb32d80528145e7333e14569cbaf6 100644 GIT binary patch delta 63 zcmbO&+ATVvo{?i>LmX!qCj$czG5Ae?{o>5|ALmX!sCj$czF~m)L?#jf$Ia!aT$6jIoxHF>rDK cv(#oj<^wET9{I&30g1`ksVSRJupedu0C@BgivR!s 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 $@ -- 2.29.2