Commit aba07257 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix var escaping

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