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.
2 parents 21ebc4d + b627ee1 commit 9451595Copy full SHA for 9451595
.github/scripts/validate-version
@@ -10,7 +10,7 @@ FILES=("system/CodeIgniter.php" "user_guide_src/source/conf.py")
10
LENGTH="${#FILES[@]}"
11
12
for FILE in "${FILES[@]}"; do
13
- COUNT="$((COUNT + $(grep -c "$FILE" -e "$1")))"
+ COUNT="$((COUNT + $(grep -c "$FILE" -e "'$1'")))"
14
done
15
16
if [[ $COUNT -ne $LENGTH ]]; then
0 commit comments