From dc4e037b96abd7b2d44e6412dfb88f01137de68c Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Mon, 21 Dec 2015 10:12:04 +0000 Subject: [PATCH] build: fix typo in previous apt-update change --- support/apt-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/apt-update b/support/apt-update index c87b29be5..6f048d76f 100755 --- a/support/apt-update +++ b/support/apt-update @@ -22,7 +22,7 @@ DIR=$(cd $(dirname "$0"); pwd) TVH_ROOT=$(cd "$(dirname "$0")"/..; pwd) # Builds -[ -z "$TVH_BUILD"] && TVH_BUILD=" +[ -z "$TVH_BUILD" ] && TVH_BUILD=" precise:i386:amd64 trusty:i386:amd64 vivid:i386:amd64 -- 2.47.3