Added Shavian script for English language. jquery.uls commit: 680be75a5a
This commit is contained in:
@@ -4,9 +4,9 @@ BASEDIR=$(dirname "$0")
|
|||||||
BASEDIR="$BASEDIR/.."
|
BASEDIR="$BASEDIR/.."
|
||||||
|
|
||||||
DEST="$BASEDIR/lib/jquery.uls"
|
DEST="$BASEDIR/lib/jquery.uls"
|
||||||
CLONEDIR="$BASEDIR/vendor/jquery.uls"
|
CLONEDIR="$HOME/src/jquery.uls"
|
||||||
|
|
||||||
UPSTREAM="https://github.com/wikimedia/jquery.uls.git"
|
UPSTREAM="https://git.nordgren.vip/bryce/jquery.uls.git"
|
||||||
|
|
||||||
echo "Getting latest jquery.uls from $UPSTREAM"
|
echo "Getting latest jquery.uls from $UPSTREAM"
|
||||||
|
|
||||||
@@ -16,6 +16,7 @@ if [ -d "$CLONEDIR" ]; then
|
|||||||
popd
|
popd
|
||||||
else
|
else
|
||||||
git clone "$UPSTREAM" "$CLONEDIR"
|
git clone "$UPSTREAM" "$CLONEDIR"
|
||||||
|
git checkout shavian
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf "$DEST"/*
|
rm -rf "$DEST"/*
|
||||||
|
|||||||
Reference in New Issue
Block a user