ravthan / all-eyes

Automatically exported from code.google.com/p/all-eyes
0 stars 0 forks source link

Running sha256check w/o arguments yield no usage info. #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run sha256check.pl without arguments

What is the expected output? What do you see instead?

Expected output would be usage information, just what you'd get when you supply 
"help" as the first argument.

Instead we get this:

=== Not enough paramters.
=== No SHA256 CHECKSUM IS CALCULATED!

What version of the product are you using? On what operating system?

$ svn info sha256check.pl 
Path: sha256check.pl
Name: sha256check.pl
URL: http://all-eyes.googlecode.com/svn/trunk/src/ae/utils/bin/sha256check.pl
Repository Root: http://all-eyes.googlecode.com/svn
Repository UUID: 2862ca4a-4f57-e750-6f19-d5026df31d27
Revision: 971
Node Kind: file
Schedule: normal
Last Changed Author: todddchu
Last Changed Rev: 338
Last Changed Date: 2012-10-21 07:02:24 -0400 (Sun, 21 Oct 2012)
Text Last Updated: 2012-11-21 19:59:55 -0500 (Wed, 21 Nov 2012)
Checksum: dcbdbf685ac4ddbe9ac6273736b96c7c

Original issue reported on code.google.com by amoun...@students.poly.edu on 22 Nov 2012 at 1:10

GoogleCodeExporter commented 8 years ago
This is not a bug but suggestion of a person's view. In this project, the file 
sha256check.pl is used for calculating the SHA256 checksum for a none C 
language monitor at the pre-compilation of the ae daemon time. Hence, you only 
see this file is called in the none C language monitor Makefile. This file does 
not expose to end-user at all. It is a step in the development. 

Original comment by toddd...@gmail.com on 25 Nov 2012 at 8:32