Explorar o código

small changes in console example

Ivan Denisov %!s(int64=9) %!d(string=hai) anos
pai
achega
be72477de9
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. BIN=BIN
      examples/console/System/Mod/Init.odc
  2. 2 2
      examples/console/runc

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