Irix 5.3 took exception to rm -rf'ing the directory directly
This seems to work around it.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user