We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa31e15 commit ecbc361Copy full SHA for ecbc361
EESSI-remove-software.sh
@@ -134,9 +134,7 @@ if [ $EUID -eq 0 ]; then
134
# permission denied issues when rebuilding the package (see https://github.com/EESSI/software-layer/issues/556)
135
echo_yellow "Recreating an empty ${app_dir}..."
136
mkdir -p ${app_dir}
137
- for app_subdir in ${app_subdirs}; do
138
- ls ${app_subdir} >& /dev/null || true
139
- done
+ ls ${app_subdirs} >& /dev/null || true
140
done
141
else
142
fatal_error "Easystack file ${easystack_file} not found!"
0 commit comments