PR feedback: add default local value

This commit is contained in:
Gabriel Holodak 2018-06-07 21:58:00 -04:00
parent 8464dad600
commit cba7f2c04f

View file

@ -135,7 +135,7 @@
}
clipboard_copy_command() {
local mouse="$1"
local mouse="${1:-false}"
# installing reattach-to-user-namespace is recommended on OS X
if [ -n "$(override_copy_command)" ]; then
override_copy_command