mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
I still have no idea how Bash expects its eval statements
But this one is working.
This commit is contained in:
parent
1c6607c3db
commit
89da4234df
@ -602,7 +602,7 @@ key_down ()
|
||||
|
||||
out "key_down: $1"
|
||||
|
||||
eval "$CVAINPUT -s 'keydown $1' >> $OUTFILE"
|
||||
eval '$CVAINPUT -s "keydown $1" >> $OUTFILE'
|
||||
|
||||
return $?
|
||||
} # ---------- end of function key_down ----------
|
||||
|
Loading…
Reference in New Issue
Block a user