Browse Source

small changes in console example

Ivan Denisov 9 years ago
parent
commit
be72477de9
2 changed files with 2 additions and 2 deletions
  1. BIN
      examples/console/System/Mod/Init.odc
  2. 2 2
      examples/console/runc

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


+ 2 - 2
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 $@