mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
Operate from the correct path in "real" mode.
This commit is contained in:
parent
cd0fcae4ae
commit
2b1fdbf4fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user