This is an automated email from the git hooks/post-receive script. coringao-guest pushed a commit to branch master in repository runescape.
commit 0c9165104c1ff1ed300bbde5825fc593d427531f Author: Carlos Donizete Froes <[email protected]> Date: Wed Oct 25 21:29:25 2017 -0200 Updated executable script Signed-off-by: Carlos Donizete Froes <[email protected]> --- src/runescape.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runescape.sh b/src/runescape.sh index e4f2c5c..10ba9a5 100644 --- a/src/runescape.sh +++ b/src/runescape.sh @@ -22,7 +22,7 @@ if [ ! -d $GAME ]; then mkdir $TEMP cd $TEMP -# Downloading the file in the temporary directory +# Downloading the file in the temporary directory LANG=C wget $LINK --progress=bar:force:noscroll --limit-rate 100k 2>&1 \ | stdbuf -i0 -o0 -e0 tr '>' '\n' \ | stdbuf -i0 -o0 -e0 sed -rn 's/^.*\<([0-9]+)%\[.*$/\1/p' \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/runescape.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

