release script: fix final cleanup

Make sure we're in the right place for the final cleanup.
This commit is contained in:
H. Peter Anvin 2007-09-13 12:25:32 -07:00
parent c338779174
commit 942acbf782

View File

@ -92,5 +92,5 @@ zip -9Dlr ../../nasm-"$version"-xdoc.zip doc -x \*.pdf
zip -9Dgr ../../nasm-"$version"-xdoc.zip doc -i \*.pdf
# Clean up
cd ..
cd ../..
rm -rf "$work"