aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-04-08 18:41:35 +0000
committerBodo Möller <bodo@openssl.org>2001-04-08 18:41:35 +0000
commit124d8cf701cb363415746d258fe30f42b989540d (patch)
treec80146820d744acb96084951f01a9b481f27815e /test
parent7d0d0996aa0e85734eaf5c8a3e6bd9e62604c166 (diff)
downloadopenssl-124d8cf701cb363415746d258fe30f42b989540d.tar.gz
code documentation
Diffstat (limited to 'test')
-rwxr-xr-xtest/bctest6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/bctest b/test/bctest
index 7dde781653..fbe74ed90b 100755
--- a/test/bctest
+++ b/test/bctest
@@ -12,13 +12,13 @@
IFS=:
-try_path=true
+try_without_dir=true
# First we try "bc", then "$dir/bc" for each item in $PATH.
for dir in dummy:$PATH; do
- if [ "$try_path" = true ]; then
+ if [ "$try_without_dir" = true ]; then
# first iteration
bc=bc
- try_path=false
+ try_without_dir=false
else
# second and later iterations
bc="$dir/bc"