From 47bfd0b11664c7f45ed315243bbe4abfe73f1462 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 24 Oct 2013 21:30:20 +0200 Subject: [PATCH] Error message to stderr --- zit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zit b/zit index fc4fc75..f230c4a 100755 --- a/zit +++ b/zit @@ -3,7 +3,7 @@ # Zit: the git-based single-file content tracker abort() { - echo $1 + echo $1 >&2 exit 1 } -- 2.32.0.93.g670b81a890