Skip to content

Commit 18f0fe3

Browse files
committed
Update
[ghstack-poisoned]
1 parent 1bb4994 commit 18f0fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/wheel/pre_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ popd
2020
# On Windows, enable symlinks and re-checkout the current revision to create
2121
# the symlinked src/ directory. This is needed to build the wheel.
2222
UNAME_S=$(uname -s)
23-
if [[ $UNAME_S == *"MINGW"* || $UNAME_S == *"MSYS"* ]]; do
23+
if [[ $UNAME_S == *"MINGW"* || $UNAME_S == *"MSYS"* ]]; then
2424
echo "Enabling symlinks on Windows"
2525
git config core.symlinks true
2626
git checkout -f HEAD

0 commit comments

Comments
 (0)