From: Stuart Prescott Date: Thu, 13 Oct 2011 13:34:09 +0000 (+0100) Subject: Require an argument to exec X-Git-Url: https://git.toastfreeware.priv.at/gregoa/movein.git/commitdiff_plain/e5e801526f671b760ec2734f015ee8baec88cb1e?hp=9d0455e099d333a521763ebb1cb5ec88b80d54a8 Require an argument to exec --- diff --git a/movein b/movein index d2013da..47c01fc 100755 --- a/movein +++ b/movein @@ -151,7 +151,7 @@ login() { execin() { local REPO - if [ $# -lt 1 ]; then + if [ $# -lt 2 ]; then usage fi