Skip to content

Commit

Permalink
Fixed shellcheck directive typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Nov 8, 2014
1 parent 8a9d96f commit 2e2d934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commacd.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
shopt -s nocaseglob

_commacd_split() {
# shellcheck disable=SC201
# shellcheck disable=SC2001
echo "$1" | sed $'s|/|\\\n/|g'
}
_commacd_join() { local IFS="$1"; shift; echo "$*"; }
Expand Down

0 comments on commit 2e2d934

Please sign in to comment.