From 76ca2faf3202fb8248da24e346ddcdbae5ae7c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 15 Sep 2016 07:31:12 +0200 Subject: [PATCH] Fix typo in setting for no python3 under ubuntu trusty --- ubuntu/trusty/configure_fresh_system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/trusty/configure_fresh_system b/ubuntu/trusty/configure_fresh_system index 087323ae..7db42bc3 100755 --- a/ubuntu/trusty/configure_fresh_system +++ b/ubuntu/trusty/configure_fresh_system @@ -29,5 +29,5 @@ sudo apt-get -y install mono-devel mono-complete DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" DIR="$DIR/../../" export NO_GO=true -eport NOPYTHON3=true +export NOPYTHON3=true DIR="$DIR" $DIR/common/configure_fresh_system