diff --git a/choose b/choose index 37cd542..0587877 100755 --- a/choose +++ b/choose @@ -270,4 +270,4 @@ if __name__ == "__main__": with StreamTo(): choice = do_it(choice) if choice is not None: - sys.stdout.write(choice + '\n') + sys.stderr.write(choice + '\n')