Commit 22388f7b authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix var escaping

parent 7defae98
......@@ -102,7 +102,7 @@ if [ "$VENDOR" = "alt" ] && [ -n "$MENV" ] ; then
MENVARG="-$MENV"
else
# FIXME: echog breakes vars
echo "Distribution: \$DISTRNAME (\$VENDOR) (target package: \$TARGET)"
echog "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