Author: UnruhUnruh
Date: Feb 28, 2008 10:42
Henk Oegema oegema.com> writes:
>The bash program below is a (test) program to test the values of a USB
>interface card.
>The lines in front are only for clarification.
>When an input port on the USB card gets activated, then the variable
>digital_inputs changes (in line 11).
>I checked that with line 12
>The next time the while statement executes (in line 8) it should be false,
>and the while loop should stop.
>This doesn't happen. :(
>What is my mistake? (don't get a syntax error)
Put spaces on either side of the = in test.
|