diff --git a/b2/test/subesc b/b2/test/subesc index 2d38362..9155589 100755 --- a/b2/test/subesc +++ b/b2/test/subesc @@ -1,9 +1,23 @@ #!/bin/bash . ./Common +# +# Note that we have to escape things for the shell as well. In general, +# for any character C, \C becomes C. However, in the case of <