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
13ed45e9da
commit
09330ea522
@ -665,7 +665,7 @@ key_down ()
|
|||||||
|
|
||||||
out "key_down: $1"
|
out "key_down: $1"
|
||||||
|
|
||||||
eval "$CVAINPUT -s 'keydown $1' >> $OUTFILE"
|
eval '$CVAINPUT -s "keydown $1" >> $OUTFILE'
|
||||||
|
|
||||||
return $?
|
return $?
|
||||||
} # ---------- end of function key_down ----------
|
} # ---------- end of function key_down ----------
|
||||||
|
Loading…
Reference in New Issue
Block a user