Skip to content

Commit

Permalink
updated the diff logic to reference the filenames rather than hardlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennon York committed Apr 9, 2015
1 parent e3f63c7 commit 07765a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tests/pr_new_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ else
rev | \
sort > ${MASTER_CP_FILE}

DIFF_RESULTS="`diff my-classpath.txt master-classpath.txt`"
DIFF_RESULTS="`diff ${CURR_CP_FILE} ${MASTER_CP_FILE}`"

if [ -z "${DIFF_RESULTS}" ]; then
echo " * This patch does not change any dependencies."
Expand Down

0 comments on commit 07765a6

Please sign in to comment.