15 |
|
echo "Directory must be relative to root, please reenter" |
16 |
|
goto again2 |
17 |
|
endif |
18 |
< |
if ( $ldir != $cwd/lib ) then |
19 |
< |
if ( ! -d $ldir ) then |
20 |
< |
mkdir $ldir |
21 |
< |
if ( $status ) then |
22 |
< |
echo "Cannot create directory, please reenter" |
23 |
< |
goto again2 |
24 |
< |
endif |
18 |
> |
if ( ! -d $ldir ) then |
19 |
> |
mkdir $ldir |
20 |
> |
if ( $status ) then |
21 |
> |
echo "Cannot create directory, please reenter" |
22 |
> |
goto again2 |
23 |
|
endif |
24 |
+ |
endif |
25 |
+ |
if ( $ldir != $cwd/lib ) then |
26 |
|
set d1=(`ls -id lib`) |
27 |
|
set d2=(`ls -id $ldir`) |
28 |
|
if ($d1[1] != $d2[1]) then |