Home | History | Annotate | Download | only in dist

Lines Matching refs:log_file

54 log_file="${TMPDIR-/tmp}/commitlog.$$"
56 rm -f "$log_file"
57 trap 'rm -f "$log_file"; exit 1' 1 2 15
81 if test -f "$log_file"; then
86 echo "$1" > "$log_file"
90 if test -f "$log_file"; then
99 if cat < "$1" > "$log_file"; then :; else
183 if test ! -f "$log_file"; then
199 | sed -e 's,\+ ,,' -e '/./p' -e '/./d' -e '1d' -e '$d' > "$log_file" \
205 if grep '[^ ]' < "$log_file" > /dev/null; then :; else
210 if grep '^$' < "$log_file" > /dev/null; then
215 ${PAGER-more} "$log_file" || break
219 # Do not check for empty $log_file again, even though the user might have
223 cvs $cvsopt commit $commitopt -F $log_file ${1+"$@"} || break
229 rm -f "$log_file"