I still have no idea how Bash expects its eval statements

But this one is working.
This commit is contained in:
Bradlee Speice 2012-08-03 14:23:46 -04:00
parent 1c6607c3db
commit 89da4234df

View File

@ -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 ----------