calopter / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

exit code on error should not be zero #499

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
$ google picasa post  --title="test-album"  IMG_20111231_220448.jpg 
No albums found that match test-album

$ echo $?
0

Should not be zero on error.

Original issue reported on code.google.com by bradfitz on 20 Oct 2012 at 12:10