From 2b1fdbf4fa9f98f8b5587aa5da6bf8afb5adb88e Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 10 May 2002 22:00:03 +0000 Subject: [PATCH] Operate from the correct path in "real" mode. --- misc/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/release b/misc/release index b0ff91d..b288418 100755 --- a/misc/release +++ b/misc/release @@ -52,7 +52,7 @@ v3=`echo $version | cut -d. -f3` # Tag the tree as a release if $real; then - cd nasm && $CVS tag -F nasm-`echo $version | sed -e 's/\./_/g'` + cd nasm && $CVS tag -F nasm-`echo $version | sed -e 's/\./_/g'` && cd .. fi # Extract file names which have the -kb flag set, meaning they -- 2.7.4