Parent Directory
|
Revision Log
|
Patch
revision 903 by ph10, Sat Jan 21 16:37:17 2012 UTC | revision 912 by ph10, Sun Feb 12 16:53:39 2012 UTC | |
---|---|---|
# | Line 135 $sim ./pcretest -C pcre8 >/dev/null | Line 135 $sim ./pcretest -C pcre8 >/dev/null |
135 | support8=$? | support8=$? |
136 | $sim ./pcretest -C pcre16 >/dev/null | $sim ./pcretest -C pcre16 >/dev/null |
137 | support16=$? | support16=$? |
138 | if [ $(( $support8 + $support16 )) -eq 2 ] ; then | if [ `expr $support8 + $support16` -eq 2 ] ; then |
139 | test8= | test8= |
140 | test16=-16 | test16=-16 |
141 | if [ "$arg8" = yes -a "$arg16" != yes ] ; then | if [ "$arg8" = yes -a "$arg16" != yes ] ; then |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |