Overview
Comment: | Fixed issue with unzipping using UNIX unzip command |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e15ee926172ed706c6afb8f04913529c |
User & Date: | rkeene on 2009-04-20 09:47:26 |
Other Links: | manifest | tags |
Context
2009-09-06
| ||
20:19 | Fixed Makefile to use MAKE macro rather than dumbly calling "make" check-in: 5a78401988 user: rkeene tags: trunk | |
2009-04-20
| ||
09:47 | Fixed issue with unzipping using UNIX unzip command check-in: e15ee92617 user: rkeene tags: trunk | |
09:31 | Updated patterns for teapot check-in: d0d93dc47e user: rkeene tags: trunk | |
Changes
Modified client/lib/teapotclient0.1/teapotclient.tcl from [c530d6879b] to [da031c891f].
︙ | |||
61 62 63 64 65 66 67 | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | - + | set srcfile [file join $file $filetail] set destdir [file dirname [file join $dir $filetail]] file copy -force -- $srcfile $destdir } vfs::zip::Unmount $mntfd $file } else { |
︙ |