From d3c285025e6951075490c19afff618e5fd8f963f Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 24 Aug 2010 20:35:22 -0400 Subject: remove superfluous arg check prior to arg parsing --- squashfu | 2 -- 1 file changed, 2 deletions(-) diff --git a/squashfu b/squashfu index 3dcc066..9032161 100755 --- a/squashfu +++ b/squashfu @@ -443,8 +443,6 @@ HELP exit 1 } -[[ $# -eq 0 ]] && usage - while getopts :BG:CD:QR:Uc:v opt; do case $opt in B) -- cgit v1.2.3