Commit 9695b4c1 authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

features.in: fix some engrish

The proper form is "does not" here.
parent 858fae7a
......@@ -28,7 +28,7 @@ fi
repo_source="/etc/apt/sources.list.d/$MIRROR.list"
if [ ! -s "$repo_source" ]; then
echo "Error: $repo_source is not exist" >&2
echo "Error: $repo_source does not exist" >&2
exit 1
fi
......
......@@ -30,7 +30,7 @@ fi
repo_source="/etc/apt/sources.list.d/$MIRROR.list"
if [ ! -s "$repo_source" ]; then
echo "Error: $repo_source is not exist" >&2
echo "Error: $repo_source does not exist" >&2
exit 1
fi
......
......@@ -10,7 +10,7 @@ MIRROR="${GLOBAL_REPO#*/}" # alt, heanet, kiev, yandex, ...
repo_source="/etc/apt/sources.list.d/$MIRROR.list"
if [ ! -s "$repo_source" ]; then
echo "Error: $repo_source is not exist" >&2
echo "Error: $repo_source does not exist" >&2
exit 1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment