Searched refs:PR_FORM (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcvsbug.in293 if [ -n "$PR_FORM" -a -z "$PRINT_INTERN" ]; then
294 # If their PR_FORM points to a bogus entry, then bail.
295 if [ ! -f "$PR_FORM" -o ! -r "$PR_FORM" -o ! -s "$PR_FORM" ]; then
296 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
302 if [ -n "$PR_FORM" -a -z "$PRINT_INTERN" ]; then
303 cp $PR_FORM $TEMP ||
304 ( echo "$COMMAND: could not copy $PR_FORM" ; x
[all...]
/netbsd-current/external/gpl2/send-pr/dist/send-pr/
H A Dsend-pr.sh310 if [ -n "$PR_FORM" -a -z "$PRINT_INTERN" ]; then
311 # If their PR_FORM points to a bogus entry, then bail.
312 if [ ! -f "$PR_FORM" -o ! -r "$PR_FORM" -o ! -s "$PR_FORM" ]; then
313 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
319 if [ -n "$PR_FORM" -a -z "$PRINT_INTERN" ]; then
320 cp $PR_FORM $TEMP ||
321 ( echo "$COMMAND: could not copy $PR_FORM" ; x
[all...]

Completed in 76 milliseconds