diff options
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/mk/Nt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mk/Nt.c b/utils/mk/Nt.c index 18454d53..1406db2c 100644 --- a/utils/mk/Nt.c +++ b/utils/mk/Nt.c @@ -11,8 +11,8 @@ enum { Nchild = 100, }; -char *rootdir = "c:\\inferno"; -char *shell = "Nt\\386\\bin\\rcsh.exe"; /* Path relative to root */ +char *rootdir = ROOT; +char *shell = "Nt/386/bin/rcsh.exe"; /* Path relative to root */ typedef struct Child Child; |
