Overview
Comment: | *** empty log message *** |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6e8823945bec397ee06e4fc0e14f8343 |
User & Date: | aborr on 2000-01-20 02:01:17 |
Other Links: | manifest | tags |
Context
2000-01-22
| ||
05:19 | Removed -DPRE_OPENSSL_0.9.4 flag from SSL_FLAGS. check-in: 16b3254eba user: aborr tags: trunk | |
2000-01-20
| ||
02:01 | *** empty log message *** check-in: 6e8823945b user: aborr tags: trunk | |
01:51 | updated copyright notice check-in: 4afdc17574 user: aborr tags: trunk | |
Changes
Modified mkinstalldirs from [e2b600f159] to [b2157ac594].
1 2 3 4 5 6 | #! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman <[email protected]> # Created: 1993-05-16 # Public domain | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman <[email protected]> # Created: 1993-05-16 # Public domain # $Id: mkinstalldirs,v 1.2 2000/01/20 02:01:17 aborr Exp $ errstatus=0 for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift |
︙ | ︙ |