modified: misc/release to fix bug in removing .git
authorCharles Crayne <chuck@thor.crayne.org>
Fri, 21 Sep 2007 04:12:33 +0000 (21:12 -0700)
committerCharles Crayne <chuck@thor.crayne.org>
Fri, 21 Sep 2007 04:12:33 +0000 (21:12 -0700)
misc/release

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