helpers: shellcheck lint

This commit is contained in:
Christian Höltje 2017-05-05 23:28:23 -04:00
parent 65a6d1df70
commit 3219c86ed2

View file

@ -127,7 +127,7 @@
elif command_exists "putclip"; then # cygwin clipboard command
echo "putclip"
elif [ -n "$(custom_copy_command)" ]; then
echo "$(custom_copy_command)"
custom_copy_command
fi
}