 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
|
 Revision Graph
|  Patch
 Patch
| revision 1.19 by jmc, Mon Feb 2 19:16:45 2009 UTC | revision 1.20 by jmc, Thu Oct 1 15:52:13 2009 UTC | |
|---|---|---|
| # | Line 115 if test ! -e $OUTDIR ; then | Line 115 if test ! -e $OUTDIR ; then | 
| 115 | date | date | 
| 116 | echo "ERROR: directory \"$OUTDIR\" doesn't exist and can't be created" | echo "ERROR: directory \"$OUTDIR\" doesn't exist and can't be created" | 
| 117 | exit 3 | exit 3 | 
| 118 | else | |
| 119 | echo "Successfully created new dir: \"$OUTDIR\"" | |
| 120 | fi | fi | 
| 121 | chgrp gcmpack $OUTDIR | chgrp gcmpack $OUTDIR | 
| 122 | chmod 775 $OUTDIR | chmod 775 $OUTDIR | 
| 
 | ||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |