(wrong string) ünnich

From: <git_AT_suckless.org>
Date: Mon, 17 Oct 2016 20:29:28 +0200 (CEST)

commit 891f389f0e228759b05dadec9dafdea5dc772f70
Author: Bert Münnich <ber.t_AT_posteo.de>
AuthorDate: Mon Oct 17 20:29:11 2016 +0200
Commit: Bert Münnich <ber.t_AT_posteo.de>
CommitDate: Mon Oct 17 20:29:11 2016 +0200

    Silence error messages in image-info script

diff --git a/exec/image-info b/exec/image-info
index 8e1b805..1a808f7 100644
--- a/exec/image-info
+++ b/exec/image-info
_AT_@ -10,6 +10,8 @@
 
 s=" | " # field separator
 
+exec 2>/dev/null
+
 filename=$(basename -- "$1")
 filesize=$(du -Hh -- "$1" | cut -f 1)
 
Received on Mon Oct 17 2016 - 20:29:28 CEST

This archive was generated by hypermail 2.3.0 : Mon Oct 17 2016 - 20:36:15 CEST