aboutsummaryrefslogtreecommitdiffstats
path: root/squashfu
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-08-24 20:35:22 -0400
committerDave Reisner <d@falconindy.com>2010-08-24 20:35:22 -0400
commitd3c285025e6951075490c19afff618e5fd8f963f (patch)
treefaa495c73359bb9eb454c47e900f6076db2367e4 /squashfu
parentf15b93f272c48bc0929d5eaf73b35930af74a90a (diff)
downloadsquashfu-d3c285025e6951075490c19afff618e5fd8f963f.tar.gz
remove superfluous arg check prior to arg parsing
Diffstat (limited to 'squashfu')
-rwxr-xr-xsquashfu2
1 files changed, 0 insertions, 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)