From a80eb63f4fd2eeaa10ab762abf8901be68c79172 Mon Sep 17 00:00:00 2001 From: Steven Mondji-Lerider Date: Fri, 30 Nov 2012 16:43:41 +0000 Subject: [PATCH] removing useless call --- src/quota_get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quota_get b/src/quota_get index 46114169..8f3b936d 100755 --- a/src/quota_get +++ b/src/quota_get @@ -17,7 +17,7 @@ if [ "x$MID" == "x" ] ; then fi #checking if quotas are installed -command -v $QUOTA >/dev/null && continue || { echo "Quotas uninstalled"; exit 0; } +command -v $QUOTA >/dev/null || { echo "Quotas uninstalled"; exit 0; } # The second line is the one interesting