Commit 0e612733 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add comments

parent 208db121
rpmbsh -u rpmbs -s ( )
rpmgp -r git -
%name -
, gear-update
......
......@@ -101,7 +101,8 @@ if [ "$VENDOR" = "alt" ] && [ -n "$MENV" ] ; then
[ -n "$VERBOSE" ] && echog "Target ALT Linux system: `get_distr_version $MENV`, use \$APTCONF"
MENVARG="-$MENV"
else
echog "Distribution: \$DISTRNAME (\$VENDOR) (target package: \$TARGET)"
# FIXME: echog breakes vars
echo "Distribution: \$DISTRNAME (\$VENDOR) (target package: \$TARGET)"
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