Skip to content

Commit

Permalink
DEV: try to echo to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
dpinte committed Oct 8, 2024
1 parent 8e08abe commit 6918432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/install-edm-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ install_edm() {
local EDM_URL="https://package-data.enthought.com/edm/rh6_x86_64/${EDM_MAJOR_MINOR}/${EDM_PACKAGE}"
fi

echo "debug"
echo "$EDM_URL"
echo "debug" >&2
echo "$EDM_URL" >&2
if [ ! -e "$EDM_INSTALLER_PATH" ]; then
curl --fail --show-error -o "$EDM_INSTALLER_PATH" -L "$EDM_URL"
fi
Expand Down

0 comments on commit 6918432

Please sign in to comment.