Skip to content

Commit

Permalink
comment out buffer for shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed May 30, 2017
1 parent 66dc271 commit 5c9f13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-bug.sh
Expand Up @@ -3,7 +3,7 @@
clipboard() {
local copy_cmd
if [ -n "$PBCOPY_SERVER" ]; then
local body="" buffer
local body="" # buffer
body=$(cat)
# while IFS= read -r buffer; do
# body="$body$buffer\n";
Expand Down

0 comments on commit 5c9f13e

Please sign in to comment.