Skip to content

Commit

Permalink
Do not complain the : comes before prepend-path (alisw#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Dec 12, 2019
1 parent 116fad7 commit 876e466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ script: |
# In any case we correctly handle rpath in our macOS builds.
grep -v "unset DYLD_LIBRARY_PATH" $X | grep DYLD_LIBRARY_PATH && ERR="$ERR $X"
# Modules 4 does not allow having colons in prepend-path anymore
grep prepend-path $X | grep ':' && ERR="$ERR $X"
grep -e "prepend-path.*[:]" $X && ERR="$ERR $X"
[[ $X == defaults-*.sh ]] && continue
# If a recipe is not a system requirement, it must have a Modulefile
Expand Down

0 comments on commit 876e466

Please sign in to comment.