Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 704740 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/build-aux/run-ag.sh
0
++ b/build-aux/run-ag.sh
Lines 45-51 find_exe() { Link Here
45
  return 0
45
  return 0
46
}
46
}
47
47
48
STAMP_TEMP_DIR=$(mktemp --suffix=.tdir -d /tmp/run-ag-XXXXXXXX)
48
STAMP_TEMP_DIR=$(mktemp --suffix=.tdir -d -t run-ag-XXXXXXXX)
49
exec 9>&2 2>> ${STAMP_TEMP_DIR}/mk-stamps.log
49
exec 9>&2 2>> ${STAMP_TEMP_DIR}/mk-stamps.log
50
VERBOSE=1
50
VERBOSE=1
51
51

Return to bug 704740