|
Check-in Number:
|
4189 | |
| Date: |
2001-Jul-09 19:55:54 (local)
2001-Jul-09 17:55:54 (UTC) |
| User: | simons |
| Branch: | |
| Comment: |
Enhanced portability even more. :-) |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
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`
|
|