Correct sh, please
This commit is contained in:
parent
5e99ec6c7c
commit
6b7b277900
1 changed files with 6 additions and 2 deletions
8
config
8
config
|
@ -301,9 +301,13 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
|
|||
CYGWIN*)
|
||||
case "$RELEASE" in
|
||||
[bB]*|1.0|1.[12].*)
|
||||
echo "${MACHINE}-whatever-cygwin32_pre1.3"; exit 0
|
||||
echo "${MACHINE}-whatever-cygwin32_pre1.3"
|
||||
;;
|
||||
*)
|
||||
echo "${MACHINE}-whatever-cygwin32"; exit 0
|
||||
echo "${MACHINE}-whatever-cygwin32"
|
||||
;;
|
||||
esac
|
||||
exit 0
|
||||
;;
|
||||
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue