]> granicus.if.org Git - graphviz/commitdiff
Put in workaround for ksh bug in new versions
authorerg <devnull@localhost>
Thu, 17 Feb 2011 19:02:36 +0000 (19:02 +0000)
committererg <devnull@localhost>
Thu, 17 Feb 2011 19:02:36 +0000 (19:02 +0000)
rtest/rtest.sh

index 76a031222c1ab7add742aa483f066762d4bd2e9c..16eeb9b60e4888273fd6f75cb8003df257921f12 100755 (executable)
@@ -40,9 +40,9 @@ typeset -i i j SUBTESTCNT
 typeset -i CRASH_CNT DIFF_CNT
 typeset -i LINECNT=0
 typeset -A TESTTYPES
-typeset ALG[10]
-typeset FMT[10]
-typeset FLAGS[10]
+typeset -a ALG
+typeset -a FMT
+typeset -a FLAGS
 TMPINFILE=tmp$$.gv
 TMPFILE1=tmpnew$$
 TMPFILE2=tmpref$$