| # | Line 65 | Line 65 | if ( ! -d $idir ) then | |
|---|---|---|
| 65 | goto again1 | |
| 66 | endif | |
| 67 | endif | |
| 68 | – | if ( ! -d $idir/dev ) then |
| 69 | – | mkdir $idir/dev |
| 70 | – | if ( $status ) then |
| 71 | – | echo "Cannot create subdirectory, please reenter" |
| 72 | – | goto again1 |
| 73 | – | endif |
| 74 | – | endif |
| 68 | set inpath=0 | |
| 69 | foreach i ( $path ) | |
| 70 | if ( "$i" == "$idir" ) then | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |