mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
Make sure the libcvautomation_funcs handles spaces correctly
This commit is contained in:
parent
3489bbbdf2
commit
003a8b9247
@ -630,12 +630,9 @@ key_str ()
|
||||
return 255
|
||||
fi
|
||||
|
||||
for x in $@
|
||||
do
|
||||
COMMAND_LINE+="-s 'keystring $x' "
|
||||
done
|
||||
COMMAND_LINE="-s 'keystring $*' "
|
||||
|
||||
out "key_str: \"$@\""
|
||||
out "key_str: \"$*\""
|
||||
eval $CVAINPUT $COMMAND_LINE >> $OUTFILE
|
||||
|
||||
return $?
|
||||
|
Loading…
Reference in New Issue
Block a user