Browse Source

interpolate properly (#5665)

pull/5669/head
Alvin Huang 6 years ago committed by GitHub
parent
commit
ffc5c33550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/scripts/deploy.sh

2
website/scripts/deploy.sh

@ -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…
Cancel
Save