Re: finger pinky commands reports improper exit status

2008-07-04 Thread Halesh S
On 7/4/08, Jim Meyering [EMAIL PROTECTED] wrote: Halesh S [EMAIL PROTECTED] wrote: The last patch has missied for no-args. The attached patch will fix the issue. Thanks for the work and patches. However, before I can accept it, here are some things you'll need to do: - also work with -l

finger pinky commands reports improper exit status

2008-07-03 Thread Halesh S
Test 1: -- $ finger some-user finger: 1: no such user. $echo $? 0 Test 2: -- $pinky some-user LoginName TTY Idle When Where $echo $? 0 Verified in coreutils-6.9 Patch to fix the issue in pinky(1) ---

Re: finger pinky commands reports improper exit status

2008-07-03 Thread Halesh S
The last patch has missied for no-args. The attached patch will fix the issue. Thanks, Halesh n 7/3/08, Halesh S [EMAIL PROTECTED] wrote: Test 1: -- $ finger some-user finger: 1: no such user. $echo $? 0 Test 2: -- $pinky some-user LoginName