| 87 |  |  | 
| 88 | *) | *) | 
| 89 | # copy the file list to FL_# | # copy the file list to FL_# | 
| 90 |  | date | 
| 91 | echo "Error: don't understand argument \"$ac_option\"" | echo "Error: don't understand argument \"$ac_option\"" | 
| 92 | usage | usage | 
| 93 | ;; | ;; | 
| 97 | done | done | 
| 98 |  |  | 
| 99 | if test ! -x $MUNPACK ; then | if test ! -x $MUNPACK ; then | 
| 100 |  | date | 
| 101 | echo "ERROR: \"$MUNPACK\" is not executable" | echo "ERROR: \"$MUNPACK\" is not executable" | 
| 102 | exit 2 | exit 2 | 
| 103 | fi | fi | 
| 105 | mkdir $OUTDIR | mkdir $OUTDIR | 
| 106 | RETVAL=$? | RETVAL=$? | 
| 107 | if test "x$RETVAL" != x0 ; then | if test "x$RETVAL" != x0 ; then | 
| 108 |  | date | 
| 109 | echo "ERROR: directory \"$OUTDIR\" doesn't exist and can't be created" | echo "ERROR: directory \"$OUTDIR\" doesn't exist and can't be created" | 
| 110 | exit 3 | exit 3 | 
| 111 | fi | fi |