diff options
author | Dave Reisner <d@falconindy.com> | 2010-08-24 20:35:22 -0400 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-08-24 20:35:22 -0400 |
commit | d3c285025e6951075490c19afff618e5fd8f963f (patch) | |
tree | faa495c73359bb9eb454c47e900f6076db2367e4 | |
parent | f15b93f272c48bc0929d5eaf73b35930af74a90a (diff) | |
download | squashfu-d3c285025e6951075490c19afff618e5fd8f963f.tar.gz |
remove superfluous arg check prior to arg parsing
-rwxr-xr-x | squashfu | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -443,8 +443,6 @@ HELP exit 1 } -[[ $# -eq 0 ]] && usage - while getopts :BG:CD:QR:Uc:v opt; do case $opt in B) |