Skip to content

Commit

Permalink
add an extra newline after reporting EUPS_PKGROOT
Browse files Browse the repository at this point in the history
In an attempt to make the output appear less cluttered.
  • Loading branch information
jhoblitt committed Jun 29, 2017
1 parent 890a75f commit fcf47d0
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 @@ -964,7 +964,7 @@ main() {
EUPS_PYTHON=${EUPS_PYTHON:-$(which python)}

EUPS_PKGROOT=${EUPS_PKGROOT:-$(default_eups_pkgroot $EUPS_USE_EUPSPKG $EUPS_USE_TARBALLS)}
print_error "Configured EUPS_PKGROOT: ${EUPS_PKGROOT}"
print_error "Configured EUPS_PKGROOT: ${EUPS_PKGROOT}\n"

# Bootstrap miniconda (optional)
if [[ $WITH_MINICONDA == true ]]; then
Expand Down

0 comments on commit fcf47d0

Please sign in to comment.