diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-08-22 10:25:54 -0700 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-08-22 10:25:54 -0700 |
commit | de74af287c72b6c93ddcd8be30d55cc56427922a (patch) | |
tree | 11cde93787b179349894de359286037c5b2a03f5 | |
parent | ac9431177e83576d4a46c5d80b9ccff2090d7346 (diff) | |
download | jenkins.debian.net-de74af287c72b6c93ddcd8be30d55cc56427922a.tar.xz |
add bugnumber 758881 as reference for workaround
-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 |