summaryrefslogtreecommitdiff
path: root/benchmarks/libmicro/files/patch-multiview.sh
blob: f7f5dfd6cb92482bd6dc26c2fa6a29aee60da961 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
--- multiview.sh.orig	Wed Aug 17 22:48:57 2005
+++ multiview.sh	Wed Aug 17 22:49:00 2005
@@ -40,15 +40,15 @@
 #	the redder the color, the slower the result, the greener the
 #       faster
  
-/bin/nawk '	BEGIN { 
+/usr/bin/awk '	BEGIN { 
   benchmark_count = 0;
   header_count = 0;
 }
 /^#/ {
-	continue;
+	next;
 	}
 /errors/ {
-	continue;
+	next;
 	}
 /^\!/ { 
 	split($0, A_header, ":"); 
@@ -59,7 +59,7 @@
 		header_names[name] = ++header_count;
 		headers[header_count] = name;
 	}
-	continue;
+	next;
 }
 
 	{ 
@@ -136,7 +136,7 @@
 				
 			for (j = 2; j < ARGC; j++) 
 				printf("<td>%s</td>\n", "not computed");
-			continue;
+			next;
 		}
 
 		for (j = 2; j < ARGC; j++) {