From ba198479a392de39eeabeca643ed7e9223a3c4a0 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 20 Mar 2017 21:03:00 +0100 Subject: [PATCH] Fix typo in scripts/setup-ubuntu.sh --- scripts/setup-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 1f49cfea..08a3912b 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -2,7 +2,7 @@ set -e -u PACKAGES="" -PACKAGES+=" ant" # Used by jack and aptsigner. +PACKAGES+=" ant" # Used by apksigner. PACKAGES+=" asciidoc" PACKAGES+=" automake" PACKAGES+=" bison" -- 2.11.0