summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-09-13 12:25:32 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-09-13 12:25:32 -0700
commit942acbf782256bf89d48e93c195966d820d29d49 (patch)
treece3a41e86cc4a0aefce7f5a9f6b1416935cd1536 /misc
parentc33877917428db97de4d89c4045e731202c46fc6 (diff)
downloadnasm-942acbf782256bf89d48e93c195966d820d29d49.tar.gz
release script: fix final cleanup
Make sure we're in the right place for the final cleanup.
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/release2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/release b/misc/release
index bbd0285e..f2f33ac1 100755
--- a/misc/release
+++ b/misc/release
@@ -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"