Shell scripts need to have Unix line endings even on Windows/Cygwin.
This commit is contained in:
parent
8a38ffea87
commit
f9893e11c4
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
echo "#include \"symbols.h\"" > symbols.c
|
||||
echo "const int symbols_nelts = 0;" >> symbols.c
|
||||
echo "const struct symbols symbols[] = {{0,0}};" >> symbols.c
|
||||
echo "#include \"loader/symbols.h\"" > symbols.h
|
||||
echo "extern const struct symbols symbols[1];">> symbols.h
|
Loading…
Reference in a new issue