From 60bfa9e971fe47cd0a4a1da3e0a246bd7a86b51f Mon Sep 17 00:00:00 2001 From: markus Date: Wed, 4 Sep 2002 18:47:46 +0000 Subject: no need to set $SHELL --- lib/libssl/src/Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libssl/src') diff --git a/lib/libssl/src/Configure b/lib/libssl/src/Configure index f535fdef63a..0976f41f8d6 100644 --- a/lib/libssl/src/Configure +++ b/lib/libssl/src/Configure @@ -1425,7 +1425,7 @@ if($IsWindows) { EOF close(OUT); } else { - (system "make -f Makefile.ssl PERL=\'$perl\' SHELL=/bin/sh links") == 0 or exit $? + (system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $? if $symlink; ### (system 'make depend') == 0 or exit $? if $depflags ne ""; # Run "make depend" manually if you want to be able to delete -- cgit v1.2.3-59-g8ed1b