Fix brackets. Bug noted by Richard Arkner
authoraland <aland>
Tue, 19 Apr 2005 16:54:57 +0000 (16:54 +0000)
committeraland <aland>
Tue, 19 Apr 2005 16:54:57 +0000 (16:54 +0000)
scripts/certs.sh

index a71350e..73cbb8a 100755 (executable)
@@ -18,7 +18,7 @@ cd certs
 #
 # Generate DH stuff...
 #
-$(SSL)/bin/openssl gendh > dh
+${SSL}/bin/openssl gendh > dh
 
 #
 #  /dev/urandom is not a file, and we can't rely on "test -e" working