Skip to content

Commit

Permalink
Revert ineffective rebuild change
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Feb 19, 2025
1 parent bf8d74d commit ab18c6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EESSI-remove-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ if [ $EUID -eq 0 ]; then
# these subdirs don't (and shouldn't) exist, but we need to do the ls anyway as a workaround,
# so redirect to /dev/null and ignore the exit code
ls ${app_subdirs} >& /dev/null || true
ls $(dirname ${app_module}) >& /dev/null || true
done
else
fatal_error "Easystack file ${easystack_file} not found!"
Expand Down

0 comments on commit ab18c6c

Please sign in to comment.