Commit c9d00485 authored by Devaev Maxim's avatar Devaev Maxim

Fixed space in replaces

parent 609b3911
......@@ -74,7 +74,7 @@ print_replbased_list()
# separate checking for x86_64
[ $(uname -m) = "x86_64" ] && echo -n "$REPLBASE.$VENDOR.$DISTRVERSION.x86_64 $REPLBASE.$VENDOR.x86_64 "
[ "$VENDOR" != "alt" ] && [ $(uname -m) = "x86_64" ] && echo -n "$REPLBASE.$TARGET.x86_64"
[ "$VENDOR" != "alt" ] && [ $(uname -m) = "x86_64" ] && echo -n "$REPLBASE.$TARGET.x86_64 "
# general rules listing
echo -n "$REPLBASE.$VENDOR.$DISTRVERSION $REPLBASE.$VENDOR "
......
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