Skip to content

Commit fd4e734

Browse files
committed
pacman: preserve upstream newlines in MSYS build
1 parent 7be9ec5 commit fd4e734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pacman/msys-pacman-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cleanup() {
1919
}
2020
trap cleanup EXIT
2121

22-
git clone --depth 1 --branch v7.1.0 \
22+
git -c core.autocrlf=false clone --depth 1 --branch v7.1.0 \
2323
https://gitlab.archlinux.org/pacman/pacman.git "$source_directory"
2424

2525
expected_revision=5683f8477a0afcc6b331766175a83445b2dcfe89

0 commit comments

Comments
 (0)