summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorCharles Crayne <chuck@thor.crayne.org>2007-09-20 21:12:33 -0700
committerCharles Crayne <chuck@thor.crayne.org>2007-09-20 21:12:33 -0700
commitbfff95a6c090eab3e084b4811d8bbdf8b4376ff3 (patch)
tree6ed7ca1315041984472c03492d58abeba0cf1717 /misc
parent9b0d41ddd440bc040db8515f27e0ebe828449eca (diff)
downloadnasm-bfff95a6c090eab3e084b4811d8bbdf8b4376ff3.tar.gz
modified: misc/release to fix bug in removing .git
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/release2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/release b/misc/release
index f2f33ac1..27174f3b 100755
--- 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