projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c338779
)
release script: fix final cleanup
author
H. Peter Anvin
<hpa@zytor.com>
Thu, 13 Sep 2007 19:25:32 +0000
(12:25 -0700)
committer
H. 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
patch
|
blob
|
history
diff --git
a/misc/release
b/misc/release
index bbd0285ed4bbe5a2d77788afc0b13533f3f06e52..f2f33ac18256ed8da149f3aba60081f7f52553fa 100755
(executable)
--- 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"