Comment 1 for bug 155423

Revision history for this message
Alex Iliev (sasho-cs) wrote :

This one can be easily fixed, on line 383 replace
cat > "$newtemplate" <<EOF
with
cat >| "$newtemplate" <<EOF

There may be more instances of this problem though (trying to redirect to an existing file).