I still have no idea how Bash expects its eval statements

But this one is working.
Release_1.5_Bugfix
Bradlee Speice 2012-08-03 14:23:46 -04:00
parent 13ed45e9da
commit 09330ea522
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,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 ----------