From 7fd01aedb3cf68115f5409aa76fa89a1cc442103 Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Tue, 5 Mar 2019 11:40:21 -0600 Subject: fix grep command syntax --- distros/ubuntu-18.04/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/ubuntu-18.04/build.sh b/distros/ubuntu-18.04/build.sh index 138c6a1..0afd159 100755 --- a/distros/ubuntu-18.04/build.sh +++ b/distros/ubuntu-18.04/build.sh @@ -2,7 +2,7 @@ . ../common.sh -grep deb-src > /etc/apt/sources.list +grep deb-src /etc/apt/sources.list if [ $? -ne 0 ]; then cat >> /etc/apt/sources.list <