Skip to content

Commit

Permalink
backslash is technically not allowed in "echo" arguments; thanks to D…
Browse files Browse the repository at this point in the history
…ebian Bug#486046 for pointing out problem and solution (and Raphael Geissert and Vincent Zweije, in particular)

[empty commit message]
  • Loading branch information
stevengj committed Jun 16, 2008
1 parent fd1ef49 commit be6af68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fftw-wisdom-to-conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void ${prefix}configure_planner(void *plnr)
EOF

sed 's/ *(//' | cut -d" " -f1 | grep -v -- - | egrep -v '^ *\)*$' | sort | uniq | while read reg_nam; do
echo " X($reg_nam)\\"
printf ' X(%s)\\\n' "$reg_nam"
done

cat <<EOF
Expand Down

0 comments on commit be6af68

Please sign in to comment.