| # ******************************************************************** |
| # * Copyright (c) 2002-2004, International Business Machines Corporation and |
| # * others. All Rights Reserved. |
| # ******************************************************************** |
| # mkinstalldirs --- make directory hierarchy |
| # Author: Noah Friedman <friedman@prep.ai.mit.edu> |
| set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` |
| -* ) pathcomp=./$pathcomp ;; |
| if test ! -d "$pathcomp"; then |
| mkdir "$pathcomp" || lasterr=$? |
| if test ! -d "$pathcomp"; then |
| # mkinstalldirs ends here |