projects
/
eda-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee718d
)
Remove redondant argument numbers check
author
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 22 Jan 2014 18:24:39 +0000
(13:24 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 24 Jan 2014 03:54:33 +0000
(22:54 -0500)
bomgen/bomgen.php
patch
|
blob
|
history
diff --git
a/bomgen/bomgen.php
b/bomgen/bomgen.php
index
4ee08ee
..
1108cf1
100755
(executable)
--- a/
bomgen/bomgen.php
+++ b/
bomgen/bomgen.php
@@
-66,12
+66,6
@@
function usage()
echo " pcad or altium\n";
}
-if ($argc < 2) {
- echo "Missing source filename\n";
- usage();
- exit(1);
-}
-
$cg = new Console_Getopt();
/* Read the command line. */