From cf61a1163e1c136ad17ee4841aa3eeb241b47605 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 1 Feb 2018 13:34:36 +0100 Subject: [PATCH] minmod --- bind-input | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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