1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix bento error

PR:		33533
Submitted by:	maintainer
This commit is contained in:
David W. Chapman Jr. 2002-01-27 16:24:28 +00:00
parent 481a8410cc
commit 01ac3a29f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53854

View File

@ -7,6 +7,7 @@ AWK=${AWK:-/usr/bin/awk}
BASENAME=${BASENAME:-/usr/bin/basename}
CAT=${CAT:-/bin/cat}
WC=${WC:-/usr/bin/wc}
MKDIR=${MKDIR:-/bin/mkdir -p}
dialog_main() {
tmpfile=`${MKTEMP} -t menulistM`
@ -131,7 +132,7 @@ if [ ! "${BATCH}" ]; then
fi
if [ ! -d ${SETDIR} ]; then
mkdir ${SETDIR}
${MKDIR} ${SETDIR}
fi
echo "# Automatically generated file - manual changes may be lost" >${MODFILE}