mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00

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
|