Changeset 345 for trunk/thune/mkboot.t
- Timestamp:
- 01/08/07 18:06:20 (2 years ago)
- Files:
-
- 1 modified
-
trunk/thune/mkboot.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/mkboot.t
r341 r345 193 193 194 194 [ 195 dup last '/' eq? iff (dup '/' append drop) 195 dup last dup '/' if/eq (drop return) 196 '\\' if/eq return 197 '/' append head 196 198 ] proc :dirize ; (path -- path) 197 199
