Skip to content

Commit cba7f2c

Browse files
committed
PR feedback: add default local value
1 parent 8464dad commit cba7f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ command_exists() {
135135
}
136136

137137
clipboard_copy_command() {
138-
local mouse="$1"
138+
local mouse="${1:-false}"
139139
# installing reattach-to-user-namespace is recommended on OS X
140140
if [ -n "$(override_copy_command)" ]; then
141141
override_copy_command

0 commit comments

Comments
 (0)