Commit f7d2bcfc authored by Vitaly Lipatov's avatar Vitaly Lipatov

remove_bashism: add replacement for echo -e '\n'

parent 09c58f25
......@@ -294,6 +294,7 @@ remove_bashism()
subst "s|^pushd \(.*\)|cd \1 >/dev/null|g" $SPECNAME.main
subst "s|^popd|cd - >/dev/null|g" $SPECNAME.main
subst "s|^echo -e '\\\n'|echo ''|g" $SPECNAME.main
# {1,2} translation
# FIXME: miss first spaces
......
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