mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
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:
parent
f419231dc3
commit
2ed755764e
@ -1 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
doxygen lwip.Doxyfile
|
||||
|
Loading…
Reference in New Issue
Block a user