russeldri / tungsten-toolbox

Automatically exported from code.google.com/p/tungsten-toolbox
0 stars 0 forks source link

Tungsten sandbox needs seq utility, which does not exist on Mac OS X #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Run a sandbox command on Mac OS X, such as the following: 

./tools/tungsten-sandbox -n2 -m 5.1.54

What is the expected output?

Should not display any extraneous messages. 

What do you see instead?

./tools/tungsten-sandbox: line 247: seq: command not found
./tools/tungsten-sandbox: line 269: seq: command not found
./tools/tungsten-sandbox: line 284: seq: command not found
./tools/tungsten-sandbox: line 284: seq: command not found

What is the possible cause?

Seq utility is not distributed in Mac OS X.  

What is the proposed solution?

Include seq functionality as a function.  Here's an example:  
http://www.askdavetaylor.com/step_through_count_numeric_values_bash_shell_script
.html

Additional information

Use labels and text to provide additional information.

Original issue reported on code.google.com by berkeley...@gmail.com on 18 Jul 2011 at 6:56

GoogleCodeExporter commented 9 years ago
fixed with rev.13

Original comment by g.maxia on 18 Jul 2011 at 7:32