Lines Matching refs:then
5 @@ -14,9 +14,23 @@ if [ ! -f src/libgo/libgo.go ]; then
19 + if target; then
29 if [ ! -d "$goroot" ]; then
32 @@ -31,8 +45,10 @@ if [ "${goos}" == "darwin" ]; then
39 +if target; then
49 - if [ "$goos" == "android" ]; then
51 + if target; then
57 -if [ "$goos" == "android" ]; then
59 +if target; then
66 + if target; then
86 - if [ "$goos" == "android" ]; then
88 + if target; then
93 @@ -84,9 +96,9 @@ if [ "$goos" == "darwin" ]; then
104 if [ "$goos" == "linux" ] || [ "$goos" == "android" ] ; then
105 @@ -96,8 +108,8 @@ if [ "$goos" == "linux" ] || [ "$goos" == "android" ] ; then
110 -if [ "$goos" == "android" ]; then
112 +if target; then
125 @@ -115,7 +127,7 @@ if [ "$output" != "PASS" ]; then
133 if [ "$output" != "PASS" ]; then
134 @@ -124,13 +136,13 @@ if [ "$output" != "PASS" ]; then
142 if [ "$goos" == "darwin" ]; then
149 if [ "$output" != "PASS" ]; then
150 @@ -138,9 +150,9 @@ if [ "$output" != "PASS" ]; then
155 -if [ "$goos" == "android" ]; then
158 +if target; then
162 if [ "$output" != "PASS" ]; then
163 @@ -150,14 +162,14 @@ if [ "$goos" == "android" ]; then
174 if test "$output" != "PASS"; then
176 - if test "$goos" != "android"; then
177 + if ! target; then
181 @@ -165,14 +177,14 @@ if test "$output" != "PASS"; then
192 if test "$output" != "PASS"; then
194 - if test "$goos" != "android"; then
195 + if ! target; then