Skip to content

Commit

Permalink
Fix main args test
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed May 1, 2012
1 parent e05dcb0 commit 5e435c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gibo
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dump() {

# --- Main entry point ----------------------

if [ $# == 0 ]; then
if [ $# -eq 0 ]; then
usage
exit 0
fi
Expand Down

0 comments on commit 5e435c9

Please sign in to comment.