Changeset 345 for trunk/thune/mkboot.t

Show
Ignore:
Timestamp:
01/08/07 18:06:20 (2 years ago)
Author:
krobillard
Message:

Thune - dirize now handles backslash.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/mkboot.t

    r341 r345  
    193193 
    194194[ 
    195   dup last '/' eq? iff (dup '/' append drop) 
     195  dup last dup '/' if/eq (drop return) 
     196    '\\' if/eq return 
     197  '/' append head 
    196198] proc :dirize    ; (path -- path) 
    197199