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:
9b0d41d
)
modified: misc/release to fix bug in removing .git
author
Charles Crayne
<chuck@thor.crayne.org>
Fri, 21 Sep 2007 04:12:33 +0000
(21:12 -0700)
committer
Charles Crayne
<chuck@thor.crayne.org>
Fri, 21 Sep 2007 04:12:33 +0000
(21:12 -0700)
misc/release
patch
|
blob
|
history
diff --git
a/misc/release
b/misc/release
index
f2f33ac
..
27174f3
100755
(executable)
--- a/
misc/release
+++ b/
misc/release
@@
-36,7
+36,7
@@
mkdir $work
cd $work
unset GIT_DIR
git clone -s -l "$HERE" nasm
-rm -rf nasm
-"$version"
/.git
+rm -rf nasm/.git
# Create files which are in the release but automatically generated
cd nasm