summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-11-25 20:28:39 +0000
committerdteske <dteske@FreeBSD.org>2013-11-25 20:28:39 +0000
commit765987f58b557f7fb6327e7f245417584836d5ce (patch)
tree7aeb64f4bde5a740c062c54e3a5eb5ce21b6b643 /usr.sbin
parentad77255ba1018f1a69e9df7bb1e1449dc05e0348 (diff)
downloadFreeBSD-src-765987f58b557f7fb6327e7f245417584836d5ce.zip
FreeBSD-src-765987f58b557f7fb6327e7f245417584836d5ce.tar.gz
Add missing `$' before variable name `pgm'. Unnoticed unless running
parallel concurrent copies of `bsdconfig syscons_ttys'.
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/bsdconfig/console/ttys2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/console/ttys b/usr.sbin/bsdconfig/console/ttys
index 80cc668..b3f5736 100755
--- a/usr.sbin/bsdconfig/console/ttys
+++ b/usr.sbin/bsdconfig/console/ttys
@@ -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
#
OpenPOWER on IntegriCloud