release script: fix final cleanup
authorH. Peter Anvin <hpa@zytor.com>
Thu, 13 Sep 2007 19:25:32 +0000 (12:25 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 13 Sep 2007 19:25:32 +0000 (12:25 -0700)
Make sure we're in the right place for the final cleanup.

misc/release

index bbd0285..f2f33ac 100755 (executable)
@@ -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"