aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrijesh Singh <brijesh.singh@amd.com>2019-03-05 11:40:21 -0600
committerBrijesh Singh <brijesh.singh@amd.com>2019-03-05 11:40:21 -0600
commit7fd01aedb3cf68115f5409aa76fa89a1cc442103 (patch)
treed63198e3629dc1ef4dd27bee0ab1c98ee3046e75
parent75134aa8e6b7b891c5dfda49b2dd14a276e5ea18 (diff)
downloadcachepc-amdsev-7fd01aedb3cf68115f5409aa76fa89a1cc442103.tar.gz
cachepc-amdsev-7fd01aedb3cf68115f5409aa76fa89a1cc442103.zip
fix grep command syntax
-rwxr-xr-xdistros/ubuntu-18.04/build.sh2
1 files changed, 1 insertions, 1 deletions
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 <<EOF
deb-src http://archive.ubuntu.com/ubuntu bionic main restricted