Skip to content

Commit 3219c86

Browse files
committed
helpers: shellcheck lint
1 parent 65a6d1d commit 3219c86

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
@@ -127,7 +127,7 @@ clipboard_copy_command() {
127127
elif command_exists "putclip"; then # cygwin clipboard command
128128
echo "putclip"
129129
elif [ -n "$(custom_copy_command)" ]; then
130-
echo "$(custom_copy_command)"
130+
custom_copy_command
131131
fi
132132
}
133133

0 commit comments

Comments
 (0)