Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit c8ccab6

Browse files
author
Matthias Koeppe
committed
build/bin/sage-dist-helpers: Fixup: = instead of ==
1 parent 56178ab commit c8ccab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/sage-dist-helpers

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ sdh_configure() {
160160
if [ -z "$CONFIG_SHELL" ]; then
161161
export CONFIG_SHELL=`command -v bash`
162162
fi
163-
if [ "$UNAME" == "CYGWIN" ]; then
163+
if [ "$UNAME" = "CYGWIN" ]; then
164164
# TODO: To use --disable-static for all packages on Cygwin, need
165165
# #30814: Cygwin: Fix remaining packages to build shared libraries, using AM_LDFLAGS=-no-undefined
166166
DISABLE_STATIC=

0 commit comments

Comments
 (0)