ossp-pkg/xds/regression-tests/.run-tests 1.5 -> 1.6
--- .run-tests 2001/07/09 17:50:58 1.5
+++ .run-tests 2001/07/09 17:55:54 1.6
@@ -14,7 +14,7 @@
for suite in $*; do
tmp="${suite%%.exe}"
echo -n "$tmp"
- currpos=`expr $RESCOLUMN - ${#tmp}`
+ currpos=`expr $RESCOLUMN - \( length $tmp \)`
while [ $currpos -gt 1 ]; do
echo -n "."
currpos=`expr $currpos - 1`
|
|