From 124d8cf701cb363415746d258fe30f42b989540d Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Sun, 8 Apr 2001 18:41:35 +0000 Subject: code documentation --- test/bctest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') 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" -- cgit v1.2.3