Add a comment.
This commit is contained in:
parent
f67868ff4c
commit
902d1051b1
@ -1,5 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# This script is used by test/Makefile.ssl to check whether a sane 'bc'
|
||||||
|
# is installed.
|
||||||
|
# ('make test_bn' should not try to run 'bc' if it does not exist or if
|
||||||
|
# it is the broken SunOS 5.[78] bc, which fails the following test.)
|
||||||
|
|
||||||
if [ 0 != "`bc <<\EOF
|
if [ 0 != "`bc <<\EOF
|
||||||
obase=16
|
obase=16
|
||||||
ibase=16
|
ibase=16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user