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 755c65e commit 63473f9Copy full SHA for 63473f9
scripts/soundness.sh
@@ -18,7 +18,7 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
18
19
function replace_acceptable_years() {
20
# this needs to replace all acceptable forms with 'YEARS'
21
- sed -e 's/20[12][789012]-20[12][789012]/YEARS/' -e 's/20[12][89012]/YEARS/'
+ sed -e 's/20[12][7890123]-20[12][7890123]/YEARS/' -e 's/20[12][890123]/YEARS/'
22
}
23
24
printf "=> Checking linux tests... "
0 commit comments