Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion itunes
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function _pluralize() {

# mid3v2 communication hackery.
function _find_id3v2_editor() {
if [ -n "is_id3v2_editor_installed" ]; then
if [ -n "$is_id3v2_editor_installed" ]; then
# -s option to which isn't supported in older OS X.
which "$id3v2_editor" >/dev/null
is_id3v2_editor_installed=$[!$?]
Expand Down