Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Use LC_ALL=C for portability
  • Loading branch information
JoshRosen committed Jan 1, 2016
commit 40aa7a181a282ad2a33fb4683b1fea9da50cd7d8
2 changes: 1 addition & 1 deletion dev/test-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ for HADOOP_PROFILE in "${HADOOP_PROFILES[@]}"; do
| rev \
| cut -d "/" -f 1 \
| rev \
| sort \
| LC_ALL=C sort `# The LC_ALL here is necessary for portability` \
| grep -v spark > dev/pr-deps/spark-deps-$HADOOP_PROFILE
done

Expand Down