Skip to content

Commit

Permalink
Merge pull request #47 from jhoblitt/tickets/DM-10945-eups-git-clone
Browse files Browse the repository at this point in the history
fix cloning of eups from git when repo is not 'eups.git'
  • Loading branch information
jhoblitt committed Jun 16, 2017
2 parents 29c7d85 + d0a45e8 commit 410de5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/newinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ install_eups() {
$cmd cd "eups-${EUPS_VERSION}"
else
# Clone from git repository
$cmd git clone "$EUPS_GITREPO"
$cmd git clone "$EUPS_GITREPO" eups
$cmd cd eups
$cmd git checkout "$EUPS_GITREV"
fi
Expand Down

0 comments on commit 410de5b

Please sign in to comment.