Skip to content

Commit

Permalink
Correct mistake: I meant to _move_ the awk part, not duplicate it
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Mar 9, 2024
1 parent d178a8f commit 9123c9c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions check_missing_installations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ export EASYBUILD_ROBOT_PATHS=$LOCAL_TMPDIR/easyconfigs/easybuild/easyconfigs
tmp_easystack=${LOCAL_TMPDIR}/$(basename ${easystack})
grep -v from-pr ${easystack} > ${tmp_easystack}

# Let's use awk so we can allow for exceptions if we are given a PR diff file
awk_command="awk '\!/'from-pr'/ EXCEPTIONS' $easystack"
awk_command=${awk_command/\\/} # Strip out the backslash we needed for !
eval ${awk_command/EXCEPTIONS/$pr_exceptions} > ${tmp_easystack}

source $TOPDIR/scripts/utils.sh

source $TOPDIR/configure_easybuild
Expand Down

0 comments on commit 9123c9c

Please sign in to comment.