Fix redirect with non-ascii branch names (#4764) (#4887)

This commit is contained in:
SagePtr
2018-09-07 16:32:46 -04:00
committed by techknowlogick
parent 1901f35980
commit d918e63bc5
49 changed files with 786 additions and 8 deletions
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
ORI_DIR=`pwd`
SHELL_FOLDER=$(cd "$(dirname "$0")";pwd)
cd "$ORI_DIR"
for i in `ls "$SHELL_FOLDER/update.d"`; do
sh "$SHELL_FOLDER/update.d/$i" $1 $2 $3
done