Skip to content

Commit 9657009

Browse files
committed
update paths
1 parent 81e0cd9 commit 9657009

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cd path/to/dash
1919
python build.py /path/to/profanOS
2020

2121
# copy the binary to profanOS filesystem
22-
cp dash path/to/profanOS/out/zapps/fatpath/
22+
cp dash path/to/profanOS/out/zapps/h/
2323
```
2424

2525
*I'm not the author of the original Dash shell, I just ported it to profanOS.*

config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#define WITH_LINENO 0
9292

9393
// Define to system shell path
94-
#define _PATH_BSHELL "/bin/fatpath/dash.elf"
94+
#define _PATH_BSHELL "/bin/h/dash.elf"
9595

9696
// Define to devnull device node path
9797
#define _PATH_DEVNULL "/dev/null"

0 commit comments

Comments
 (0)