Commit 1d725f23 authored by Vitaly Lipatov's avatar Vitaly Lipatov

removerepo: small fix

parent cd36d7f7
...@@ -34,7 +34,7 @@ case $DISTRNAME in ...@@ -34,7 +34,7 @@ case $DISTRNAME in
esac esac
if tasknumber "$repo" >/dev/null ; then if tasknumber "$repo" >/dev/null ; then
repo="$(epm repolist | grep "repo/$(tasknumber $repo)" | line)" repo="$(epm repolist | grep "repo/$(tasknumber "$repo")" | line)"
fi fi
[ -n "$repo" ] || fatal "No such repo or task" [ -n "$repo" ] || fatal "No such repo or task"
assure_exists apt-repo assure_exists apt-repo
......
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