Skip to content

Commit

Permalink
replace tree with ls
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jun 4, 2024
1 parent b28c28e commit 0839b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extra/install_custom_ctypes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ echo "Created temporary directory '${tmpdir}'"

# some logging
echo ">>> Checking contents under '${NESSI_SITE_INSTALL}'"
tree -d ${NESSI_SITE_INSTALL}
ls -lR ${NESSI_SITE_INSTALL}

# check if custom_ctypes has already been installed
if [[ -d ${NESSI_SITE_INSTALL}/lib ]]; then
Expand Down

0 comments on commit 0839b68

Please sign in to comment.