jmolloy / pedigree

Pedigree operating system
http://pedigree.googlecode.com
ISC License
89 stars 5 forks source link

seq doesn't work #14

Closed dbittman closed 10 years ago

dbittman commented 10 years ago

Running seq with no arguments causes a segfault, running with a numeric argument results in no output.

miselin commented 10 years ago

Running without arguments should now be fixed. Working on the numeric arguments issue.

miselin commented 10 years ago

FWIW, when running locally (not over SSH), seq 1 2 3 just outputs '0' over and over and over again.

miselin commented 10 years ago

This should now be solved.