bugfix in highbeam
This commit is contained in:
2
highbeam
2
highbeam
@@ -100,7 +100,7 @@ done
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (( rIndex=0; rIndex<${#RULES[@]}; rIndex++ ));
|
for (( rIndex=0; rIndex<${#RULES[@]}; rIndex++ ));
|
||||||
do REGEX="$REGEX -e 's/\(${RULES[$r]}\)/${RULES[$(( $rIndex + 1 ))]}\1${Z}/${FLAGS}'"
|
do REGEX="$REGEX -e 's/\(${RULES[$rIndex]}\)/${RULES[$(( $rIndex + 1 ))]}\1${Z}/${FLAGS}'"
|
||||||
rIndex=$(( $rIndex + 1 ))
|
rIndex=$(( $rIndex + 1 ))
|
||||||
done
|
done
|
||||||
} || {
|
} || {
|
||||||
|
|||||||
Reference in New Issue
Block a user