Skip to content

Commit 1eca642

Browse files
committed
Test convert newline
1 parent 347ca0d commit 1eca642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/scripts/c_glib_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ arrow-glib
8686

8787
for proj in ${SUBPROJECTS} ; do
8888
python3 -c "import sys; f = sys.argv[1]; d = open(f).read().replace('\r\n', '\n'); open(f, 'w').write(d)" "${build_dir}/${proj}/version.h"
89+
python3 -c "import sys; print(sys.stdin.read().replace('\r\n', '%CRCR%\n'), end='')" "${build_dir}/${proj}/version.h"
8990
done
9091

9192
pushd "${build_dir}"

0 commit comments

Comments
 (0)