mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
Fix typo in release script
This commit is contained in:
parent
6b2ea2eb8d
commit
6afaad9771
@ -18,7 +18,7 @@ if [ -z "$1" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$1" eq "real" ]; then
|
||||
if [ "$1" = "real" ]; then
|
||||
real=true
|
||||
else
|
||||
real=false
|
||||
|
Loading…
Reference in New Issue
Block a user