doxygen/generate.sh: Add shebang line

This file had the x bit set.
But executing it produced an error, since it was
missing the "#!/bin/sh" line.

This patch adds the "#!/bin/sh" line and makes generate.sh directly executable.
This commit is contained in:
Richard Sailer 2016-11-23 22:46:22 +01:00 committed by Dirk Ziegelmeier
parent f419231dc3
commit 2ed755764e

View File

@ -1 +1,3 @@
#!/bin/sh
doxygen lwip.Doxyfile