diff --git a/bind-input b/bind-input index b0b4917..60e882d 100755 --- a/bind-input +++ b/bind-input @@ -84,4 +84,4 @@ LOOP_PID=$!; trap "on_exit;" HUP INT KILL TERM; -echo -n "$LOOP_PID"; \ No newline at end of file +echo "$LOOP_PID"; \ No newline at end of file