summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-29 14:25:35 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-29 14:25:35 +0000
commit3b3cf3e8771c5c59ef2fc368b286061a49c8cd43 (patch)
tree79c4674b00f04c84fa4a325dfa3882775017e059 /TAO/tests
parent55bad0aa6b80b1b467438cd086cfc520e86658a6 (diff)
downloadATCD-3b3cf3e8771c5c59ef2fc368b286061a49c8cd43.tar.gz
reordered options patterns so that it works on LynxOS
Diffstat (limited to 'TAO/tests')
-rwxr-xr-xTAO/tests/Cubit/TAO/MT_Cubit/MT_Cubit_Test2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Cubit/TAO/MT_Cubit/MT_Cubit_Test b/TAO/tests/Cubit/TAO/MT_Cubit/MT_Cubit_Test
index 0d09741e14d..425787255d6 100755
--- a/TAO/tests/Cubit/TAO/MT_Cubit/MT_Cubit_Test
+++ b/TAO/tests/Cubit/TAO/MT_Cubit/MT_Cubit_Test
@@ -15,8 +15,8 @@ iterations=100
########
while getopts ?n: arg; do
case $arg in
- '?' ) echo $usage; exit 0 ;;
n ) iterations=$OPTARG ;;
+ '?' ) echo $usage; exit 0 ;;
esac
done
shift `expr $OPTIND - 1`