Skip to content

Commit

Permalink
Ensure that here-documents contain tabs, not spaces so that prefix-st…
Browse files Browse the repository at this point in the history
…ripping works.
starkjohann committed Dec 6, 2012
1 parent 04994f3 commit d4abb99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mkdist.sh
Original file line number Diff line number Diff line change
@@ -667,10 +667,10 @@ chmod a+x "$prefix/bin/avr-help"
# avr-gcc-select
cat > "$prefix/bin/avr-gcc-select" <<-EOF
#!/bin/sh
echo "avr-gcc-select is not supported any more."
echo "This version of $pkgPrettyName comes with gcc 4 only."
exit 1
#!/bin/sh
echo "avr-gcc-select is not supported any more."
echo "This version of $pkgPrettyName comes with gcc 4 only."
exit 0
EOF
chmod a+x "$prefix/bin/avr-gcc-select"

0 comments on commit d4abb99

Please sign in to comment.