yes, I am an idiot.

This commit is contained in:
overflowerror 2016-04-21 09:39:09 +02:00
parent 5675cf197a
commit fa762942a1
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ help() {
if test "$mode" = "update"; then
echo "Checking md5sum of current version..."
if test "$(md5sum $0 | awk '{print $1}')" = $(wget -O - "https://raw.githubusercontent.com/overflowerror/Anineko/master/anineko.md5" -q); then
if test "$(md5sum $(which $0) | awk '{print $1}')" = "$(wget -O - "https://raw.githubusercontent.com/overflowerror/Anineko/master/anineko.md5" -q | awk '{print $1}')"; then
echo "Local version is up to date."
exit 0
fi

View file

@ -1 +1 @@
86f1d383f0b510f4dd4f150c4696e4ab anineko
1993bb8599c15ad1b9c11c0c11cf31a5 anineko