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 bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ elif [[ $OSTYPE == "darwin"* ]]; then
# Here we set LANG explicitly to be UTF-8 compatible when copying text. The only way that was explicitly
# setting this to en_US.UTF-8. This may eventually cause issues with other languages. If so, just remove
# the LANG setting.
LANG=en_US.UTF-8 pbcopy < $TMPFILE
LANG=en_US.UTF-8 tr -d '\n' < $TMPFILE | pbcopy
osascript -e "activate application \"$app\""
fi