We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01079f1 commit 10155c1Copy full SHA for 10155c1
1 file changed
EESSI-install-software.sh
@@ -414,7 +414,7 @@ else
414
if [ ${ec} -ne 0 ]; then
415
eb_last_log=$(eb --last-log | grep ^/.*\.log)
416
# copy to current working directory if file exhists
417
- if [ -e ${eb_last_log} ]; then
+ if [ -e ${eb_last_log} ]; then
418
cp -a ${eb_last_log} .
419
echo "Last EasyBuild log file copied from ${eb_last_log} to ${PWD}"
420
# copy to build logs dir (with context added)
0 commit comments