Update plugins bugfix

This commit is contained in:
Bruno Sutic
2015-08-03 01:22:06 +02:00
parent 44f9dd2719
commit 3347871a03
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ $# -eq 0]; then
if [ $# -eq 0 ]; then
exit 0
fi