interpolate properly (#5665)
This commit is contained in:
parent
2da7967106
commit
4a103c8cb5
|
@ -107,7 +107,7 @@ if [ -z "$NO_REDIRECTS" ] || [ ! test -f $REDIRECTS_FILE ]; then
|
|||
# Read fields
|
||||
IFS=" " read -ra parts <<<"$line"
|
||||
fields+=("${parts[@]}")
|
||||
done < REDIRECTS_FILE
|
||||
done < $REDIRECTS_FILE
|
||||
|
||||
# Check we have pairs
|
||||
if [ $((${#fields[@]} % 2)) -ne 0 ]; then
|
||||
|
|
Loading…
Reference in New Issue