Correct sh, please
This commit is contained in:
parent
4d94ae00d5
commit
ba47f5c9b0
1 changed files with 6 additions and 2 deletions
8
config
8
config
|
@ -335,9 +335,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