mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
2ed755764e
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.
4 lines
33 B
Bash
Executable File
4 lines
33 B
Bash
Executable File
#!/bin/sh
|
|
|
|
doxygen lwip.Doxyfile
|