summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-09-14 21:26:48 +0000
committerdteske <dteske@FreeBSD.org>2015-09-14 21:26:48 +0000
commitac9abcb30cfc4599f56a26a3c5496fc7e4364949 (patch)
tree7953d372fe1922484f73564633d0713a6df8f78d /usr.sbin/bsdconfig
parent7322dfff518a46e43d12c1361b91b411177b6b1f (diff)
downloadFreeBSD-src-ac9abcb30cfc4599f56a26a3c5496fc7e4364949.zip
FreeBSD-src-ac9abcb30cfc4599f56a26a3c5496fc7e4364949.tar.gz
Fix code typo (no functional change)
MFC after: 3 days X-MFC-to: stable/10
Diffstat (limited to 'usr.sbin/bsdconfig')
-rw-r--r--usr.sbin/bsdconfig/share/common.subr6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bsdconfig/share/common.subr b/usr.sbin/bsdconfig/share/common.subr
index b7f4ee7..5996446 100644
--- a/usr.sbin/bsdconfig/share/common.subr
+++ b/usr.sbin/bsdconfig/share/common.subr
@@ -1,7 +1,7 @@
if [ ! "$_COMMON_SUBR" ]; then _COMMON_SUBR=1
#
# Copyright (c) 2012 Ron McDowell
-# Copyright (c) 2012-2014 Devin Teske
+# Copyright (c) 2012-2015 Devin Teske
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -33,8 +33,8 @@ if [ ! "$_COMMON_SUBR" ]; then _COMMON_SUBR=1
# Default file descriptors to link to stdout/stderr for passthru allowing
# redirection within a sub-shell to bypass directly to the terminal.
#
-: ${TERMINAL_STDOUT_PASSTHRU:=3}}
-: ${TERMINAL_STDERR_PASSTHRU:=4}}
+: ${TERMINAL_STDOUT_PASSTHRU:=3}
+: ${TERMINAL_STDERR_PASSTHRU:=4}
############################################################ GLOBALS
OpenPOWER on IntegriCloud