summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e748424)
Otherwise it could silently create a distribution with the files with wrong
EOLs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74556
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+EOL_FILE=../eol-native
+if [ ! -r "$EOL_FILE" ]; then
+ echo "Use build/tools/svn-find-native-eols.pl to generate $EOL_FILE." >&2
+ exit 1
+fi
+
-for f in `cat ../eol-native`; do
+for f in `cat $EOL_FILE`; do
case $f in
*/setup0.h)
# we renamed this file above so adjust
case $f in
*/setup0.h)
# we renamed this file above so adjust