Skip to content

Commit

Permalink
Wrap file argument in git-test in quotes. Refs #6725
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Mar 18, 2013
1 parent 380207c commit 05c23eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Tools/Workflow/git/git-test
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ start_testing() {
changes_address="https://github.com/${repo_stem}/compare/${changes_branch_gh}"

changes_file=${HOME}/${changes_branch_file}"_log"
git log HEAD --not origin/master > ${changes_file}
git log HEAD --not origin/master > "${changes_file}"

# Record what we are testing for later pass/fail
git config ${BRANCH_CFG_KEY} ${TEST_BRANCH}
Expand Down

0 comments on commit 05c23eb

Please sign in to comment.