diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index d0fd56e4..612b645a 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -275,7 +275,7 @@ backup_screenshot() { do_and_report() { echo "At $NR (token: $TOKEN) sending $@" - # Workaround vncdo type command sending "e" chars sometimes not + # Workaround #758881: vncdo type command sending "e" chars sometimes not # received, sometimes received as if "e" key was kept pressed. if [ "$1" = "type" ]; then typestr=$2 |