summaryrefslogtreecommitdiffstats
path: root/util/cygwin.sh
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-04-27 08:56:15 +0000
committerNils Larsch <nils@openssl.org>2005-04-27 08:56:15 +0000
commitcd202fe2f9d3cd44c361ba56b158ef400a75dc39 (patch)
treeb512873c73e389ce8b82ac090286f611e9958626 /util/cygwin.sh
parent69af4faec187b1e589c0328cea79054469ca06d0 (diff)
get rid of Makefile.ssl in util/
Diffstat (limited to 'util/cygwin.sh')
-rwxr-xr-xutil/cygwin.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/cygwin.sh b/util/cygwin.sh
index 0cc3197870..7f791d47f4 100755
--- a/util/cygwin.sh
+++ b/util/cygwin.sh
@@ -21,11 +21,11 @@ function cleanup()
function get_openssl_version()
{
- eval `grep '^VERSION=' Makefile.ssl`
+ eval `grep '^VERSION=' Makefile`
if [ -z "${VERSION}" ]
then
- echo "Error: Couldn't retrieve OpenSSL version from Makefile.ssl."
- echo " Check value of variable VERSION in Makefile.ssl."
+ echo "Error: Couldn't retrieve OpenSSL version from Makefile."
+ echo " Check value of variable VERSION in Makefile."
exit 1
fi
}