diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-07-12 20:46:53 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-12 20:46:53 +0200 |
commit | 6c3abb06d793dddc024c07cb3e7a52dbd4e92901 (patch) | |
tree | bd5397133614d3b2eb4baf56bc4ab64e21403c1c /bin | |
parent | 1a9ef1a3ce50ffcc8490743398dbefc69e72e2c6 (diff) | |
download | jenkins.debian.net-6c3abb06d793dddc024c07cb3e7a52dbd4e92901.tar.xz |
fixtypo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test_torbrowser-launcher.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh index 95d874da..86acb4d4 100755 --- a/bin/test_torbrowser-launcher.sh +++ b/bin/test_torbrowser-launcher.sh @@ -275,7 +275,7 @@ download_and_launch() { echo "$(date -u) - torbrowser-launcher version <0.2.2-1~ detected ($TBL_VERSION), pressing <tab> twice more." xvkbd -text "\t\t" > /dev/null 2>&1 sleep 1 - elif dpkg --compare-versions $TBL_VERSION gt 0.2.3-1~ && dpkg --compare-versions $TBL_VERSION lt 0.2.5-1~ && ; then + elif dpkg --compare-versions $TBL_VERSION gt 0.2.3-1~ && dpkg --compare-versions $TBL_VERSION lt 0.2.5-1~ ; then echo "$(date -u) - torbrowser-launcher version >0.2.3-1~ <0.2.5-1~ detected ($TBL_VERSION), pressing <tab> once more." xvkbd -text "\t" > /dev/null 2>&1 sleep 1 |