Home | History | Annotate | Download | only in bin

Lines Matching refs:PR_FORM

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