Skip to content

Commit 3bccbfd

Browse files
authored
Update soundness.sh to 2023
1 parent 9fdfd9b commit 3bccbfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/soundness.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1818

1919
function replace_acceptable_years() {
2020
# this needs to replace all acceptable forms with 'YEARS'
21-
sed -e 's/20[12][78901]-20[12][89012]/YEARS/' -e 's/20[12][89012]/YEARS/'
21+
sed -e 's/20[12][7890123]-20[12][890123]/YEARS/' -e 's/20[12][890123]/YEARS/'
2222
}
2323

2424
printf "=> Checking for unacceptable language... "
@@ -119,4 +119,4 @@ EOF
119119
)
120120
done
121121

122-
rm "$tmp"
122+
rm "$tmp"

0 commit comments

Comments
 (0)