Lines Matching full:2
95 os.Exit(2)
101 os.Exit(2)
107 os.Exit(2)
113 os.Exit(2)
119 os.Exit(2)
125 os.Exit(2)
188 fmt.Fprintln(script, "rm -f $2.d")
189 // Write the output path unescaped so the $2 gets expanded
190 fmt.Fprintln(script, `echo -n $2 > $2.d`)
193 fmt.Fprintf(script, "cat >> $2.d <<'EOF'\n%sEOF\n", depFile.String())
221 FlagWithArg("-o ", "$2").
225 // The written scripts will assume the input is $1 and the output is $2
237 echo "error: $0:$1 exited with status $errno" >&2
238 echo "error in command:" >&2
239 sed -n -e "$1p" $0 >&2