Correct sh, please
This commit is contained in:
parent
cc5dd9f14e
commit
b74d2cda28
8
config
8
config
@ -335,9 +335,13 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
|
|||||||
CYGWIN*)
|
CYGWIN*)
|
||||||
case "$RELEASE" in
|
case "$RELEASE" in
|
||||||
[bB]*|1.0|1.[12].*)
|
[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
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user