summaryrefslogtreecommitdiff
path: root/bin/mkrc.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mkrc.in')
-rwxr-xr-xbin/mkrc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mkrc.in b/bin/mkrc.in
index d246c33..5628f14 100755
--- a/bin/mkrc.in
+++ b/bin/mkrc.in
@@ -86,7 +86,7 @@ while getopts :ChSsUuVvqot:d:B: opt; do
B)
in_host=1
hostname="$OPTARG"
- install_args="-B $hostname"
+ install_args=$(append_variable "$install_args" "-B $hostname")
;;
?) show_help 64 ;;
esac