diff options
author | Charles Crayne <chuck@thor.crayne.org> | 2007-09-20 21:12:33 -0700 |
---|---|---|
committer | Charles Crayne <chuck@thor.crayne.org> | 2007-09-20 21:12:33 -0700 |
commit | bfff95a6c090eab3e084b4811d8bbdf8b4376ff3 (patch) | |
tree | 6ed7ca1315041984472c03492d58abeba0cf1717 | |
parent | 9b0d41ddd440bc040db8515f27e0ebe828449eca (diff) | |
download | nasm-bfff95a6c090eab3e084b4811d8bbdf8b4376ff3.tar.gz nasm-bfff95a6c090eab3e084b4811d8bbdf8b4376ff3.tar.bz2 nasm-bfff95a6c090eab3e084b4811d8bbdf8b4376ff3.zip |
modified: misc/release to fix bug in removing .git
-rwxr-xr-x | misc/release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/release b/misc/release index f2f33ac..27174f3 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 |