Fix DIB_DISTRIBUTION_MIRROR_UBUNTU_IGNORE regex typo
This should not be quoted. Introduced in I6ffbde07fa0e103641ee5c5f9d9e854e5b2168dc Change-Id: Iac54c86ebdb90351a2dd663b876ab4675ee0435a
This commit is contained in:
parent
e09faf9a8d
commit
86080a7db0
@ -12,7 +12,7 @@ DIB_DISTRIBUTION_MIRROR=${DIB_DISTRIBUTION_MIRROR:-}
|
||||
|
||||
while IFS= read line
|
||||
do
|
||||
if [[ "$line" =~ "${DIB_DISTRIBUTION_MIRROR_UBUNTU_IGNORE:-}" ]]; then
|
||||
if [[ "$line" =~ ${DIB_DISTRIBUTION_MIRROR_UBUNTU_IGNORE:-} ]]; then
|
||||
# append line unmodified
|
||||
echo "$line" | tee --append /etc/apt/sources.list.new
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user