mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
14 lines
209 B
Bash
Executable File
14 lines
209 B
Bash
Executable File
#! /bin/sh
|
|
# $Id: checklist9,v 1.8 2010/01/13 10:20:03 tom Exp $
|
|
# "checklist8" using --file
|
|
|
|
. ./setup-vars
|
|
|
|
. ./setup-tempfile
|
|
|
|
$DIALOG "$@" --file checklist9.txt 2>$tempfile
|
|
|
|
retval=$?
|
|
|
|
. ./report-tempfile
|