Add missing $' before variable name pgm'. Unnoticed unless running

parallel concurrent copies of `bsdconfig syscons_ttys'.
This commit is contained in:
Devin Teske 2013-11-25 20:28:39 +00:00
parent d04dc94cac
commit f18d3c4116
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258589

View File

@ -113,7 +113,7 @@ ttys_set_type()
#
# Create new temporary file to write our ttys(5) update with new types.
#
local tmpfile="$( mktemp -t "pgm" )"
local tmpfile="$( mktemp -t "$pgm" )"
[ "$tmpfile" ] || return $FAILURE
#