Irix 5.3 took exception to rm -rf'ing the directory directly
This seems to work around it.
This commit is contained in:
parent
df172ec972
commit
a0a12ecd2c
@ -287,7 +287,8 @@ fix_man()
|
|||||||
$GZIP ../$catdir/$j
|
$GZIP ../$catdir/$j
|
||||||
done
|
done
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf $i
|
rm -rf $i/*
|
||||||
|
rmdir $i
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user