Lines Matching refs:PR_FORM
266 if [ -n "$PR_FORM" -a -z "$PRINT_INTERN" ]; then
267 # If their PR_FORM points to a bogus entry, then bail.
268 if [ ! -f "$PR_FORM" -o ! -r "$PR_FORM" -o ! -s "$PR_FORM" ]; then
269 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
275 if [ -n "$PR_FORM" -a -z "$PRINT_INTERN" ]; then
276 cp $PR_FORM $TEMP ||
277 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )