Commit a984fac2 authored by Anton Midyukov's avatar Anton Midyukov

check-pkg-list: clean extra tab

Fix for commit c11a9ca11b550ed916999fe2fa45def59bc94e22 Reported by andy@
parent 1b02c007
......@@ -42,7 +42,7 @@ check_pkglist() {
# split pkgnames without wildcards and with wildcards
grep -F -v '*' "$ftemp" > "$fpkgnames"
grep -F '*' "$ftemp" > "$fpkgwildcards"
grep -F '*' "$ftemp" > "$fpkgwildcards"
# return unavailable packages
comm -23 "$fpkgnames" "$favaillist" > "$fpkgerrors"
......
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