Lines Matching full:print
20 print "if grep -q \"" $0 "\" < '"$T/.config"'";
21 print "then";
22 print "\t:";
23 print "else";
25 print "\tif grep -q \"" $2 "\" < '"$T/.config"'";
26 print "\tthen";
27 print "\t\tif test \"$firsttime\" = \"\""
28 print "\t\tthen"
29 print "\t\t\tfirsttime=1"
30 print "\t\tfi"
31 print "\t\techo \":" $2 ": improperly set\"";
32 print "\telse";
33 print "\t\t:";
34 print "\tfi";
36 print "\tif test \"$firsttime\" = \"\""
37 print "\tthen"
38 print "\t\tfirsttime=1"
39 print "\tfi"
40 print "\techo \":" $0 ": improperly set\"";
42 print "fi";