Shell scripts need to have Unix line endings even on Windows/Cygwin.

This commit is contained in:
oliverschmidt 2008-01-15 21:34:25 +00:00
parent 8a38ffea87
commit f9893e11c4

View file

@ -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