summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index b1f2308a3e..1bc64484f0 100755
--- a/tools/configure
+++ b/tools/configure
@@ -4736,7 +4736,7 @@ cmdline=`echo $cmdline | sed -e s,--target=[a-zA-Z_0-9]\*,,g \
4736 -e s,--ram=[0-9]\*,,g \ 4736 -e s,--ram=[0-9]\*,,g \
4737 -e s,--rbdir=[./a-zA-Z0-9]\*,,g \ 4737 -e s,--rbdir=[./a-zA-Z0-9]\*,,g \
4738 -e s,--voice=[-_./a-zA-Z0-9]\*,,g \ 4738 -e s,--voice=[-_./a-zA-Z0-9]\*,,g \
4739 -e s,--type=[a-zA-Z]\*,,g` 4739 -e s,--type=[a-zA-Z0-9]\*,,g`
4740cmdline="$cmdline --target=\$(MODELNAME) --ram=\$(MEMORYSIZE) --rbdir=\$(RBDIR) --type=$btype$advopts" 4740cmdline="$cmdline --target=\$(MODELNAME) --ram=\$(MEMORYSIZE) --rbdir=\$(RBDIR) --type=$btype$advopts"
4741 4741
4742### end of cmdline 4742### end of cmdline